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; } }