From 45f45559fd74d6bef14c2152c03600bdbbb9ba5f Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Thu, 26 Dec 2019 00:35:46 +0100 Subject: [PATCH] Day number input has defined background and text color. --- src/components/ActivityPage.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/ActivityPage.vue b/src/components/ActivityPage.vue index 6c6f805..123a50d 100644 --- a/src/components/ActivityPage.vue +++ b/src/components/ActivityPage.vue @@ -292,6 +292,8 @@ export default { .dayinput { font-size: 1.2rem; max-width: 3rem; + background-color: $background-ui; + color: $text-color; } }