Skip to content

Commit

Permalink
Merge pull request #12619 from Expensify/cristi_h1-style
Browse files Browse the repository at this point in the history
Custom h1 tag style to make custom subject messages look nicer.
  • Loading branch information
amyevans authored Nov 11, 2022
2 parents b76876f + 51febee commit 0d653ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ const webViewStyles = {
marginTop: 0,
marginBottom: 0,
},
h1: {
fontSize: variables.fontSizeLarge,
marginBottom: 8,
},
},

baseFontStyle: {
Expand Down

0 comments on commit 0d653ca

Please sign in to comment.