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 071decc commit 704df64Copy full SHA for 704df64
example/storybook-nativewind/src/components/FormControl/index.nw.stories.mdx
@@ -780,7 +780,7 @@ Form Action Buttons can also be utilized in conjunction with FormControl.
780
</FormControl>
781
<FormControl>
782
<Button action='negative' className='ml-4'>
783
- <ButtonText className="text-white">
+ <ButtonText className="text-white group-hover/button:text-white group-active/button:text-white">
784
Delete
785
</ButtonText>
786
</Button>
0 commit comments