From 74ce38cf6e292de8776a5b3e148ad6c2c5719dde Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 4 Jul 2024 07:43:50 +0000 Subject: [PATCH] fix: drawer active and branch --- src/components/DrawerComponent.vue | 133 ++++++++++++++++++++--------- src/css/app.scss | 2 +- 2 files changed, 94 insertions(+), 41 deletions(-) diff --git a/src/components/DrawerComponent.vue b/src/components/DrawerComponent.vue index bdafc8ca..03a1eec4 100644 --- a/src/components/DrawerComponent.vue +++ b/src/components/DrawerComponent.vue @@ -86,6 +86,8 @@ function navigateTo(label: string, destination: string) { currentRoute.value = label; router.push(`${destination}`); } + +function branchSetting() {} @@ -129,28 +174,14 @@ function navigateTo(label: string, destination: string) { diff --git a/src/css/app.scss b/src/css/app.scss index a1ebf4ca..7f4d40c6 100644 --- a/src/css/app.scss +++ b/src/css/app.scss @@ -46,7 +46,7 @@ html { } :where(.dark, .body--dark) { - --brand-1: var(--blue-5); + --brand-1: #035aa1; --brand-2: #f50000; --border-color: var(--gray-7); --foreground: white;