We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471af7b commit 071deccCopy full SHA for 071decc
example/storybook-nativewind/src/components/Toast/index.nw.stories.mdx
@@ -440,8 +440,7 @@ The Examples section provides visual representations of the different variants o
440
<HStack space="md">
441
<Icon
442
as={HelpCircleIcon}
443
- className="stroke-typography-0"
444
- size="lg"
+ className="stroke-error-500 mt-0.5"
445
/>
446
<VStack space="xs">
447
<ToastTitle className="font-semibold text-error-500">Error!</ToastTitle>
@@ -710,7 +709,7 @@ The Examples section provides visual representations of the different variants o
710
709
711
as={Send}
712
size="xl"
713
- className="fill-blue-500 stroke-none"
+ className="fill-typography-100 stroke-none"
714
715
<Divider
716
orientation="vertical"
0 commit comments