Skip to content

Commit

Permalink
Merge pull request #1321 from Expensify/shawn-headerText
Browse files Browse the repository at this point in the history
Use correct font and weight for the chat header
  • Loading branch information
Tim Szot authored Jan 26, 2021
2 parents 7922770 + 6f4a2de commit 0c0b74c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ const styles = {
},

headerText: {
fontFamily: fontFamily.GTA,
color: themeColors.heading,
fontFamily: fontFamily.GTA_BOLD,
fontSize: variables.fontSizeNormal,
fontWeight: '700',
fontWeight: fontWeightBold,
},

reportOptions: {
Expand Down

0 comments on commit 0c0b74c

Please sign in to comment.