Skip to content

Commit dcc7f12

Browse files
committed
feat: update toaster text color
1 parent 354c7af commit dcc7f12

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/ui/Toaster/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ const Toaster = ({ ...props }: ToasterProps) => {
2121
classNames: {
2222
success: "!bg-green-500 !text-white",
2323
error: "!bg-destructive !text-white",
24-
description: "!text-muted-foreground",
24+
title: "!text-popover-foreground !font-semibold",
25+
description: "!text-popover-foreground",
2526
},
2627
}}
2728
{...props}

0 commit comments

Comments
 (0)