Skip to content

Commit

Permalink
Merge pull request #8789 from Expensify/tgolen-fix-invalidate-button
Browse files Browse the repository at this point in the history
Give buttons more space in the preferences page
  • Loading branch information
arosiclair authored Apr 27, 2022
2 parents d2c3224 + d5fef70 commit 26c6e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TestToolRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const propTypes = {

const TestToolRow = props => (
<View style={[styles.flexRow, styles.mb6, styles.justifyContentBetween, styles.alignItemsCenter]}>
<View style={styles.flex4}>
<View style={styles.flex3}>
<Text>
{props.title}
</Text>
Expand Down

0 comments on commit 26c6e3b

Please sign in to comment.