Skip to content

Commit

Permalink
docs: fix customStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
MGREMY committed Aug 12, 2024
1 parent 22a69b8 commit 5e836b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/app/ui/ui.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section class="antialiased dark:bg-gray-900 min-h-screen">
<flowbite-navbar
isFixed
[customStyle]="{ base: 'flex flex-wrap items-center justify-between p-4 2xl:px-60' }">
[customStyle]="{ root: { base: 'flex flex-wrap items-center justify-between p-4 2xl:px-60' } }">
<flowbite-navbar-brand routerLink="/">
<flowbite-icon
class="h-8"
Expand Down

0 comments on commit 5e836b6

Please sign in to comment.