Skip to content

Commit

Permalink
chore: update toast colors
Browse files Browse the repository at this point in the history
  • Loading branch information
vwh committed Oct 14, 2024
1 parent c3cedfc commit 0832b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/sonner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Toaster = ({ ...props }: ToasterProps) => {
toastOptions={{
classNames: {
toast:
"group toast group-[.toaster]:bg-primary group-[.toaster]:text-background group-[.toaster]:border-border group-[.toaster]:shadow-lg",
"group toast group-[.toaster]:bg-gray-100 p-2 dark:group-[.toaster]:bg-gray-700 text-lg p-4 group-[.toaster]:text-foreground group-[.toaster]:border-border group-[.toaster]:shadow-lg",
description: "group-[.toast]:text-muted-foreground",
actionButton:
"group-[.toast]:bg-primary group-[.toast]:text-primary-foreground",
Expand Down

0 comments on commit 0832b99

Please sign in to comment.