Skip to content

Commit

Permalink
fix: add margin left to people badge
Browse files Browse the repository at this point in the history
Add Margin-left: 12px, spacing.ml3, to the peopleBadgestyle
  • Loading branch information
Rachid L authored Dec 19, 2023
1 parent aa1d87c commit 644d1d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2900,6 +2900,7 @@ const styles = (theme: ThemeColors) =>
peopleBadge: {
backgroundColor: theme.icon,
...spacing.ph3,
...spacing.ml3,
},

peopleBadgeText: {
Expand Down

0 comments on commit 644d1d3

Please sign in to comment.