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 931be31 commit b472d85Copy full SHA for b472d85
app/docs/customize/theme/theme.mdx
@@ -51,7 +51,7 @@ const customTheme: CustomFlowbiteTheme = {
51
52
export default function MyPage() {
53
return (
54
- <Flowbite theme={customTheme}>
+ <Flowbite theme={{ theme: customTheme }}>
55
<Button color="primary">Click me</Button>
56
</Flowbite>
57
);
0 commit comments