Skip to content

Commit 704df64

Browse files
Rajat ChaudharyRajat Chaudhary
authored andcommitted
fix: formcontrol
1 parent 071decc commit 704df64

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 className="text-white">
783+
<ButtonText className="text-white group-hover/button:text-white group-active/button:text-white">
784784
Delete
785785
</ButtonText>
786786
</Button>

0 commit comments

Comments
 (0)