Skip to content

Commit

Permalink
Styles h3/h4 missing bold fixed for web, desktop, iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Santhosh-Sellavel committed Aug 25, 2021
1 parent 835cfde commit 4e76e51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@ const styles = {
h3: {
fontFamily: fontFamily.GTA_BOLD,
fontSize: variables.fontSizeNormal,
fontWeight: fontWeightBold,
},

h4: {
fontFamily: fontFamily.GTA_BOLD,
fontSize: variables.fontSizeLabel,
fontWeight: fontWeightBold,
},

textAlignCenter: {
Expand Down

0 comments on commit 4e76e51

Please sign in to comment.