fix(theme): preserve logo detail across theme colors (#540)

This commit is contained in:
InfinityPacer
2026-07-17 14:18:35 +08:00
committed by GitHub
parent 39dd1b9e00
commit ce32da9176
12 changed files with 418 additions and 103 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ const theme: VuetifyOptions['theme'] = {
light: {
dark: false,
colors: {
'primary': '#9155FD',
'primary': '#8D51F9',
'secondary': '#8A8D93',
'on-secondary': '#FFFFFF',
'success': '#56CA00',
@@ -107,7 +107,7 @@ const theme: VuetifyOptions['theme'] = {
purple: {
dark: true,
colors: {
'primary': '#9155FD',
'primary': '#8D51F9',
'secondary': '#8A8D93',
'on-secondary': '#FFFFFF',
'success': '#56CA00',