refactor: update Slack configuration styling and remove unused icon in general settings

This commit is contained in:
Anish Sarkar 2026-05-19 00:51:06 +05:30
parent b7a6e3af3d
commit 22f6b9dfe4
3 changed files with 6 additions and 7 deletions

View file

@ -8,9 +8,9 @@ const alertVariants = cva(
{
variants: {
variant: {
default: "bg-card text-card-foreground",
default: "border-popover-border bg-accent text-accent-foreground",
destructive:
"bg-card text-destructive *:data-[slot=alert-description]:text-destructive/90 [&>svg]:text-current",
"border-destructive/30 bg-destructive/10 text-destructive *:data-[slot=alert-description]:text-destructive/90 [&>svg]:text-current",
},
},
defaultVariants: {