Skip to content

Commit

Permalink
Update AlertBanner.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
prominhaj authored Aug 14, 2024
1 parent 925957c commit d918994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/globals/AlertBanner/AlertBanner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const bannerVariants = cva(
{
variants: {
variant: {
warning: "bg-yellow-200/80 m-0 dark:bg-yellow-600/80 border-yellow-30 text-primary",
warning: "bg-yellow-200/80 dark:bg-yellow-600/80 border-yellow-30 text-primary",
success: "bg-emerald-700 border-emerald-800 text-secondary",
},
},
Expand Down

0 comments on commit d918994

Please sign in to comment.