From 3b88337579ada11a98616406472d0327e76bf5c4 Mon Sep 17 00:00:00 2001 From: mrholek Date: Tue, 13 Jun 2023 15:08:59 +0200 Subject: [PATCH] refactor: update color modes handling --- src/App.vue | 28 +++++++++++++++++++++++++ src/components/AppHeader.vue | 2 +- src/store/index.js | 1 + src/views/widgets/WidgetsStatsTypeA.vue | 17 +++++++++------ 4 files changed, 41 insertions(+), 7 deletions(-) diff --git a/src/App.vue b/src/App.vue index 7502212d..84b32347 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,34 @@ +