From a26065113f814e63720d1ea114e1bf3c108ca6af Mon Sep 17 00:00:00 2001 From: Hristiyan Date: Thu, 16 Jan 2025 18:12:38 +0200 Subject: [PATCH] refactor: AppearanceSettings Signed-off-by: Hristiyan --- .../components/AppearanceSettings.vue | 22 +++++++------------ 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/front-end/src/renderer/pages/Settings/components/GeneralTab/components/AppearanceSettings.vue b/front-end/src/renderer/pages/Settings/components/GeneralTab/components/AppearanceSettings.vue index 45ef99729..9058b35aa 100644 --- a/front-end/src/renderer/pages/Settings/components/GeneralTab/components/AppearanceSettings.vue +++ b/front-end/src/renderer/pages/Settings/components/GeneralTab/components/AppearanceSettings.vue @@ -3,7 +3,7 @@ import type { Theme } from '@main/shared/interfaces'; import { onBeforeMount, onBeforeUnmount, ref } from 'vue'; -import AppButton from '@renderer/components/ui/AppButton.vue'; +import ButtonGroup from '@renderer/components/ui/ButtonGroup.vue'; /* State */ const theme = ref('light'); @@ -42,19 +42,13 @@ const themeNames: Record = {

Appearance

-
-
- -
+
+