Change warning colour, add status colour
This commit is contained in:
parent
61b5afa03d
commit
f670165324
|
@ -25,7 +25,8 @@
|
|||
{%
|
||||
set classes = [
|
||||
"p-4 mb-4 text-sm rounded-lg bg-blue-50 dark:bg-gray-800",
|
||||
type == 'warning' ? 'text-yellow-800 dark:text-yellow-200',
|
||||
type == 'status' ? 'text-green-800 dark:text-green-400',
|
||||
type == 'warning' ? 'text-yellow-800 dark:text-yellow-400',
|
||||
]
|
||||
%}
|
||||
|
||||
|
|
Loading…
Reference in a new issue