mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
Fix AlertColors info style in site config for consistent dark mode appearance (#279)
* Fix AlertColors info style in site config for consistent dark mode appearance * Enhance alert icon display in Alerts component for improved clarity with new icons * Remove unused icon import in Alerts component to streamline icon usage and improve code clarity
This commit is contained in:
parent
36699af7d0
commit
d41d3812e7
2 changed files with 7 additions and 3 deletions
|
@ -37,5 +37,5 @@ export const analytics = {
|
|||
|
||||
export const AlertColors = {
|
||||
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",
|
||||
info: "border-cyan-500/25 bg-cyan-50 dark:border-cyan-900 dark:bg-cyan-900/25",
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue