mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
fix(theme): preserve logo detail across theme colors (#540)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user