Skip to content

Commit 2ea3a25

Browse files
committed
Corrected theme docs
1 parent 9bd8623 commit 2ea3a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const MyApp = () => (
1111
},
1212
}}
1313
>
14-
<Button fill>Red button</Button>
14+
<FillButton brand="primary">Red button</FillButton>
1515
</TailwindThemeProvider>
1616
)
1717
```

0 commit comments

Comments
 (0)