Skip to content

Commit b82638a

Browse files
Rajat ChaudharyRajat Chaudhary
authored andcommitted
fix: formcontrol button text
1 parent 6175703 commit b82638a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ Form Action Buttons can also be utilized in conjunction with FormControl.
780780
</FormControl>
781781
<FormControl>
782782
<Button action='negative' className='ml-4'>
783-
<ButtonText>
783+
<ButtonText className="text-white">
784784
Delete
785785
</ButtonText>
786786
</Button>

0 commit comments

Comments
 (0)