mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-15 12:19:17 +00:00
Refactor AlertColors: unify warning and danger styles for consistency and improved visual hierarchy in alerts
This commit is contained in:
parent
b1c476ba28
commit
599c2f8b56
@ -36,8 +36,6 @@ export const analytics = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const AlertColors = {
|
export const AlertColors = {
|
||||||
warning:
|
warning: "border-red-500/25 bg-destructive/25",
|
||||||
"border-yellow-400 bg-yellow-50 dark:border-yellow-900 dark:bg-yellow-900",
|
|
||||||
danger: "border-red-500/25 bg-destructive/25",
|
|
||||||
info: "border-cyan-500/25 bg-cyan-50 dark:border-cyan-900/25 dark:bg-cyan-900",
|
info: "border-cyan-500/25 bg-cyan-50 dark:border-cyan-900/25 dark:bg-cyan-900",
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user