From 8a84a42cf5990c4d12e5753962cb7919f17b1d15 Mon Sep 17 00:00:00 2001 From: Graham Steffaniak <42989099+gtsteffaniak@users.noreply.github.com> Date: Sat, 14 Oct 2023 08:44:32 -0500 Subject: [PATCH] V0.2.1 - bugfix (#52) Co-authored-by: Graham Steffaniak --- frontend/src/views/Layout.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/Layout.vue b/frontend/src/views/Layout.vue index fad9eb72..147d1e75 100644 --- a/frontend/src/views/Layout.vue +++ b/frontend/src/views/Layout.vue @@ -93,6 +93,7 @@ export default { /* Header */ .dark-mode-header { + color:white; background: var(--surfacePrimary); }