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;