Day number input has defined background and text color.

This commit is contained in:
2019-12-26 00:35:46 +01:00
parent 458256132a
commit 45f45559fd

View File

@@ -292,6 +292,8 @@ export default {
.dayinput {
font-size: 1.2rem;
max-width: 3rem;
background-color: $background-ui;
color: $text-color;
}
}