This commit is contained in:
Kakarot
2021-10-13 19:30:39 -05:00
committed by GitHub
parent dddfa6b719
commit 0fb076f07c
+2 -2
View File
@@ -45,7 +45,7 @@ QBConfig.Notify.NotificationStyling = {
-- These are how you define different notification variants
-- The "color" key is background of the notification
-- The "icon" key is the css-icon code, this project uses `Material Icons` & `Font Awesome`
QBconfig.Notify.VariantDefinitions = {
QBConfig.Notify.VariantDefinitions = {
success = {
color = 'green',
icon = 'done'
@@ -66,4 +66,4 @@ QBconfig.Notify.VariantDefinitions = {
color = 'red',
icon = 'fas fa-ambulance'
}
}
}