Skip to content

Commit 6501245

Browse files
style(Dropdown): update border radius from rounded to rounded-lg #(575) (#578)
1 parent ffe5480 commit 6501245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/theme/default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ const theme: FlowbiteTheme = {
318318
dropdown: {
319319
floating: {
320320
target: 'w-fit',
321-
base: 'z-10 w-fit rounded divide-y divide-gray-100 shadow',
321+
base: 'z-10 w-fit rounded-lg divide-y divide-gray-100 shadow',
322322
animation: 'transition-opacity',
323323
hidden: 'invisible opacity-0',
324324
style: {

0 commit comments

Comments
 (0)