feat(translations): add translation support to welcome modal, fix clock

This commit is contained in:
David Ralph
2021-07-02 21:59:58 +01:00
parent d91490874c
commit 8ece0a7eb0
13 changed files with 351 additions and 77 deletions

View File

@@ -219,4 +219,8 @@ input[type=number] {
vertical-align: sub;
font-size: 1.4rem;
}
}
.MuiCheckbox-root {
color: yellow;
}