Skip to content

Commit

Permalink
Use correct font and weight for the chat header
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnborton committed Jan 25, 2021
1 parent 154fe74 commit 6f4a2de
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 6f4a2de

Please sign in to comment.