diff --git a/os-checks/components/TopBar.vue b/os-checks/components/TopBar.vue index f131169..5e6ac07 100644 --- a/os-checks/components/TopBar.vue +++ b/os-checks/components/TopBar.vue @@ -4,32 +4,31 @@
-
@@ -49,39 +48,25 @@ diff --git a/os-checks/stores/style.ts b/os-checks/stores/style.ts index d35d415..1028669 100644 --- a/os-checks/stores/style.ts +++ b/os-checks/stores/style.ts @@ -14,7 +14,7 @@ export const useStyleStore = defineStore('style', () => { color.red = styles.getPropertyValue('--p-red-500').trim(); color.grey = styles.getPropertyValue('--p-gray-400').trim(); color.topButton = styles.getPropertyValue('--p-button-primary-background').trim(); - color.orange_light = styles.getPropertyValue('--p-orange-300').trim(); + color.orange_light = styles.getPropertyValue('--p-orange-400').trim(); color.orange = styles.getPropertyValue('--p-orange-500').trim(); // 视窗高度