Skip to content

Commit

Permalink
Merge pull request #6334 from Expensify/marco-fixStyleHeader
Browse files Browse the repository at this point in the history
Fix style in Header
  • Loading branch information
Jag96 committed Nov 16, 2021
2 parents 8ca2cbb + 53a164a commit 339bb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.js
Expand Up @@ -22,7 +22,7 @@ const defaultProps = {
};
const Header = props => (
<View style={[styles.flex1, styles.flexRow]}>
<View style={[styles.flex1, styles.flexColumn]}>
<View>
<Text numberOfLines={2} style={[styles.headerText, styles.textLarge]}>
{props.title}
</Text>
Expand Down

0 comments on commit 339bb67

Please sign in to comment.