Skip to content

Commit 471af7b

Browse files
Rajat ChaudharyRajat Chaudhary
authored andcommitted
fix: modal
1 parent 88c3b4b commit 471af7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ A user interface featuring multiple modal components that allow for layered inte
774774
you up and running.
775775
</Text>
776776
</ModalBody>
777-
<ModalFooter className="w-full flex-1">
777+
<ModalFooter className="w-full">
778778
<Button
779779
variant="outline"
780780
action="secondary"
@@ -862,7 +862,7 @@ A user interface featuring multiple modal components that allow for layered inte
862862
undone.
863863
</Text>
864864
</ModalBody>
865-
<ModalFooter className="w-full flex-1">
865+
<ModalFooter className="w-full">
866866
<Button
867867
variant="outline"
868868
action="secondary"

0 commit comments

Comments
 (0)