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 9bd8623 commit 2ea3a25Copy full SHA for 2ea3a25
docs/theming.md
@@ -11,7 +11,7 @@ const MyApp = () => (
11
},
12
}}
13
>
14
- <Button fill>Red button</Button>
+ <FillButton brand="primary">Red button</FillButton>
15
</TailwindThemeProvider>
16
)
17
```
0 commit comments