show notification in frontend

This commit is contained in:
MaysWind
2024-08-05 23:59:57 +08:00
parent 051c319890
commit 0e946a4b3b
12 changed files with 133 additions and 5 deletions
+4
View File
@@ -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',