Skip to content

Commit be0df88

Browse files
authored
Fix/unnecessary spaceing class name (#1148)
fix(list theme.ts): list theme.ts > remove space-y-1 That has beem inherited from base.
1 parent acfc504 commit be0df88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/List/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ export const listTheme: FlowbiteListTheme = {
88
on: 'list-decimal',
99
},
1010
unstyled: 'list-none',
11-
nested: 'ps-5 mt-2 space-y-1',
11+
nested: 'ps-5 mt-2',
1212
},
1313
};

0 commit comments

Comments
 (0)