From 8e883c9c6ac87d623aeb138ebe7e8522cea861a1 Mon Sep 17 00:00:00 2001 From: Ponkhy <43121732+Ponkhy@users.noreply.github.com> Date: Mon, 16 Aug 2021 17:14:05 +0200 Subject: [PATCH] Update src/mixins/theme.js Co-authored-by: Adam Stachowicz --- src/mixins/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mixins/theme.js b/src/mixins/theme.js index 8f4d96804..75d6b06da 100644 --- a/src/mixins/theme.js +++ b/src/mixins/theme.js @@ -4,7 +4,7 @@ export default { return { system: (window.matchMedia("(prefers-color-scheme: dark)").matches) ? "dark" : "light", userTheme: localStorage.theme, - userHeartbeatBar: localStorage.heartbeatBarTheme + userHeartbeatBar: localStorage.heartbeatBarTheme, }; },