Update notify

Changed styling and icons, updated cdn's
This commit is contained in:
Kakarot
2023-05-28 18:37:55 -05:00
parent e0a27b6c57
commit 1a1640a56d
3 changed files with 21 additions and 26 deletions
+3 -3
View File
@@ -46,15 +46,15 @@ QBConfig.Notify.NotificationStyling = {
QBConfig.Notify.VariantDefinitions = {
success = {
classes = 'success',
icon = 'done'
icon = 'task_alt'
},
primary = {
classes = 'primary',
icon = 'info'
icon = 'notifications'
},
error = {
classes = 'error',
icon = 'dangerous'
icon = 'warning'
},
police = {
classes = 'police',