Change warning colour, add status colour

This commit is contained in:
Oliver Davies 2024-04-13 19:51:07 +01:00
parent 61b5afa03d
commit f670165324

View file

@ -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',
]
%}