We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354c7af commit dcc7f12Copy full SHA for dcc7f12
1 file changed
src/components/ui/Toaster/index.tsx
@@ -21,7 +21,8 @@ const Toaster = ({ ...props }: ToasterProps) => {
21
classNames: {
22
success: "!bg-green-500 !text-white",
23
error: "!bg-destructive !text-white",
24
- description: "!text-muted-foreground",
+ title: "!text-popover-foreground !font-semibold",
25
+ description: "!text-popover-foreground",
26
},
27
}}
28
{...props}
0 commit comments