Skip to content

Commit 071decc

Browse files
Rajat ChaudharyRajat Chaudhary
authored andcommitted
fix: toast
1 parent 471af7b commit 071decc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

example/storybook-nativewind/src/components/Toast/index.nw.stories.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,7 @@ The Examples section provides visual representations of the different variants o
440440
<HStack space="md">
441441
<Icon
442442
as={HelpCircleIcon}
443-
className="stroke-typography-0"
444-
size="lg"
443+
className="stroke-error-500 mt-0.5"
445444
/>
446445
<VStack space="xs">
447446
<ToastTitle className="font-semibold text-error-500">Error!</ToastTitle>
@@ -710,7 +709,7 @@ The Examples section provides visual representations of the different variants o
710709
<Icon
711710
as={Send}
712711
size="xl"
713-
className="fill-blue-500 stroke-none"
712+
className="fill-typography-100 stroke-none"
714713
/>
715714
<Divider
716715
orientation="vertical"

0 commit comments

Comments
 (0)