Skip to content

Commit

Permalink
fix(avatargroup): remove mb-5 closes themesberg#467
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Lüders committed Dec 23, 2022
1 parent 338cb02 commit 458c991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/theme/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const theme: FlowbiteTheme = {
},
avatarGroup: {
root: {
base: 'flex mb-5 -space-x-4',
base: 'flex -space-x-4',
},
},
badge: {
Expand Down

0 comments on commit 458c991

Please sign in to comment.