mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
show notification in frontend
This commit is contained in:
@@ -306,6 +306,8 @@ const vuetify = createVuetify({
|
||||
'on-background': '#413935',
|
||||
'surface': '#fff',
|
||||
'on-surface': '#413935',
|
||||
'notification-background': '#ffffff',
|
||||
'on-notification-background': '#000',
|
||||
'grey-50': '#fafafa',
|
||||
'grey-100': '#f0f2f8',
|
||||
'grey-200': '#eeeeee',
|
||||
@@ -374,6 +376,8 @@ const vuetify = createVuetify({
|
||||
'on-background': '#fcf0e3',
|
||||
'surface': '#1c1c1d',
|
||||
'on-surface': '#fcf0e3',
|
||||
'notification-background': '#1e1e1e',
|
||||
'on-notification-background': '#fff',
|
||||
'grey-50': '#212121',
|
||||
'grey-100': '#424242',
|
||||
'grey-200': '#616161',
|
||||
|
||||
Reference in New Issue
Block a user