fixed weird notification style

close #4449
This commit is contained in:
gabryon99 2020-09-18 21:52:55 +02:00
parent 95fafe4d98
commit 402e1113fb
2 changed files with 5 additions and 7 deletions

View file

@ -18,7 +18,7 @@ alert_notification_levels = {
info = {
icon = "fa-info-circle",
bg_color = "info",
title_text_color = "text-dark",
title_text_color = "text-white",
fill_color = "#17a2b8",
},
warning = {
@ -73,7 +73,7 @@ function alert_notification:render()
},
model = self
}
tprint(context)
-- Generate the template from the notification.template file
return template.gen('pages/components/notification.template', context)
end