Skip to content

Commit

Permalink
refactor(list/them.ts): remove unnecessary classname from list them file
Browse files Browse the repository at this point in the history
it was inherited from base
  • Loading branch information
paghar committed Dec 8, 2023
1 parent 7f52792 commit 36f157b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/List/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export const listTheme: FlowbiteListTheme = {
on: 'list-decimal',
},
unstyled: 'list-none',
nested: 'ps-5 mt-2 space-y-1',
nested: 'ps-5 mt-2',
},
};

0 comments on commit 36f157b

Please sign in to comment.