Skip to content

Commit

Permalink
Merge pull request #210 from complexdatacollective/fix/alert-styling
Browse files Browse the repository at this point in the history
Fix: Text color on destructive alerts
  • Loading branch information
buckhalt authored Nov 19, 2024
2 parents 9f563c6 + 58ef866 commit 0ce4c6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/ui/Alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const alertVariants = cva(
default: '',
info: 'border-info bg-info/10 [--link:var(--info)] [&>svg]:text-info',
destructive:
'border-destructive bg-destructive/5 text-destructive-foreground dark:border-destructive [&>svg]:text-destructive [--link:var(--destructive)]',
'border-destructive bg-destructive/5 text-destructive dark:border-destructive [&>svg]:text-destructive [--link:var(--destructive)]',
success:
'border-success bg-success/10 text-success-foreground [&>svg]:text-success-foreground [--link:var(--success-foreground)]',
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fresco",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"type": "module",
"packageManager": "[email protected]+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b",
Expand Down

0 comments on commit 0ce4c6b

Please sign in to comment.