Skip to content

Commit

Permalink
Remove lhNormal Style
Browse files Browse the repository at this point in the history
  • Loading branch information
esh-g committed Jul 19, 2023
1 parent 20866d6 commit 65daa5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/MoneyReportView.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function MoneyReportView(props) {
<View style={[styles.flexRow, styles.menuItemTextContainer, styles.pointerEventsNone, styles.containerWithSpaceBetween, styles.ph5, styles.pv2]}>
<View style={[styles.flex1, styles.justifyContentCenter]}>
<Text
style={[styles.textLabelSupporting, styles.lhNormal, StyleUtils.getFontSizeStyle(variables.fontSizeNormal)]}
style={[styles.textLabelSupporting, StyleUtils.getFontSizeStyle(variables.fontSizeNormal)]}
numberOfLines={1}
>
{translate('common.total')}
Expand Down
4 changes: 0 additions & 4 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -1073,10 +1073,6 @@ const styles = {
lineHeight: '140%',
},

lhNormal: {
lineHeight: variables.lineHeightNormal,
},

formHelp: {
color: themeColors.textSupporting,
fontSize: variables.fontSizeLabel,
Expand Down

0 comments on commit 65daa5b

Please sign in to comment.