Skip to content

Commit

Permalink
Remove unnecessary style
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-solecki committed Feb 20, 2024
1 parent fcfed5c commit e597e1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/MenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ function MenuItem(
{badgeText && (
<Badge
text={badgeText}
textStyles={styles.menuItemBadge}
textStyles={styles.textStrong}
badgeStyles={[
styles.alignSelfCenter,
brickRoadIndicator ? styles.mr2 : undefined,
Expand Down
5 changes: 0 additions & 5 deletions src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -838,11 +838,6 @@ const styles = (theme: ThemeColors) =>
...whiteSpace.noWrap,
},

menuItemBadge: {
fontFamily: FontUtils.fontFamily.platform.EXP_NEUE_BOLD,
fontWeight: FontUtils.fontWeight.bold,
},

activeItemBadge: {
borderColor: theme.buttonHoveredBG,
},
Expand Down

0 comments on commit e597e1a

Please sign in to comment.