Skip to content

Commit

Permalink
Merge pull request Expensify#24587 from Expensify/srikar-centerTabSel…
Browse files Browse the repository at this point in the history
…ectorItem

Center Tab Selector Item
  • Loading branch information
aldo-expensify authored Aug 21, 2023
2 parents 8cfeafb + 52fb950 commit d1cf9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -3670,7 +3670,7 @@ const styles = {
},

tabText: (isSelected) => ({
marginHorizontal: 8,
marginLeft: 8,
fontFamily: isSelected ? fontFamily.EXP_NEUE_BOLD : fontFamily.EXP_NEUE,
fontWeight: isSelected ? fontWeightBold : 400,
color: isSelected ? themeColors.textLight : themeColors.textSupporting,
Expand Down

0 comments on commit d1cf9be

Please sign in to comment.