Refactor AlertColors: unify warning and danger styles for consistency and improved visual hierarchy in alerts

This commit is contained in:
Bram Suurd 2024-11-13 23:07:58 +01:00
parent b1c476ba28
commit 599c2f8b56

View File

@ -36,8 +36,6 @@ export const analytics = {
};
export const AlertColors = {
warning:
"border-yellow-400 bg-yellow-50 dark:border-yellow-900 dark:bg-yellow-900",
danger: "border-red-500/25 bg-destructive/25",
warning: "border-red-500/25 bg-destructive/25",
info: "border-cyan-500/25 bg-cyan-50 dark:border-cyan-900/25 dark:bg-cyan-900",
};