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 ffe5480 commit 6501245Copy full SHA for 6501245
src/lib/theme/default.ts
@@ -318,7 +318,7 @@ const theme: FlowbiteTheme = {
318
dropdown: {
319
floating: {
320
target: 'w-fit',
321
- base: 'z-10 w-fit rounded divide-y divide-gray-100 shadow',
+ base: 'z-10 w-fit rounded-lg divide-y divide-gray-100 shadow',
322
animation: 'transition-opacity',
323
hidden: 'invisible opacity-0',
324
style: {
0 commit comments