Skip to content

Commit

Permalink
Fix/unnecessary spaceing class name (#1148)
Browse files Browse the repository at this point in the history
fix(list theme.ts): list theme.ts > remove space-y-1

That has beem inherited from base.
  • Loading branch information
paghar authored Nov 28, 2023
1 parent acfc504 commit be0df88
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',
},
};

1 comment on commit be0df88

@vercel
Copy link

@vercel vercel bot commented on be0df88 Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.