Skip to content

Commit 4cd82d0

Browse files
committed
fix(toaster): update color text title to white
1 parent 260062f commit 4cd82d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/Toaster/index.tsx

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

0 commit comments

Comments
 (0)