Skip to content

Commit

Permalink
Merge pull request #37087 from shahinyan11/issues/37039
Browse files Browse the repository at this point in the history
Remove heading style from text
  • Loading branch information
Hayata Suenaga authored Feb 26, 2024
2 parents 4ee3b90 + 6aded6b commit ba135b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/iou/HoldReasonPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function HoldReasonPage({route}: HoldReasonPageProps) {
validate={validate}
enabledWhenOffline
>
<Text style={[styles.textHeadline, styles.mb6]}>{translate('iou.explainHold')}</Text>
<Text style={styles.mb6}>{translate('iou.explainHold')}</Text>
<View>
<InputWrapper
InputComponent={TextInput}
Expand Down

0 comments on commit ba135b3

Please sign in to comment.