Skip to content

Commit

Permalink
Update toaster component styling
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Mar 22, 2024
1 parent 648d030 commit b91ff94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/providers/toaster.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const ToasterComponent = () => {
borderColor: theme === "dark" ? "#262626" : "#e5e7eb",
},
classNames: {
toast: "font-sans dark:bg-blue-400",
toast: "font-sans",
description: "font-mono",
},
}}
Expand Down

0 comments on commit b91ff94

Please sign in to comment.