Skip to content

Commit

Permalink
Merge pull request #4243 from helaoutar/bugfix/center_new_expensify_i…
Browse files Browse the repository at this point in the history
…con_in_about_page_

Web - Settings - Dropdown symbol overlaps with text in the box

(cherry picked from commit dbf4579)
  • Loading branch information
roryabraham authored and OSBotify committed Jul 27, 2021
1 parent 858a6c2 commit d29e304
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/settings/AboutPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const AboutPage = ({translate, session}) => {
>
<View style={[styles.flex1]}>
<View style={styles.pageWrapper}>
<View style={[styles.settingsPageBody, styles.mb6]}>
<View style={[styles.settingsPageBody, styles.mb6, styles.alignItemsCenter]}>
<Logo height={80} width={80} />
<Text
style={[
Expand Down
1 change: 0 additions & 1 deletion src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,6 @@ const styles = {
settingsPageBody: {
width: '100%',
justifyContent: 'space-around',
alignItems: 'center',
},

settingsPageColumn: {
Expand Down

0 comments on commit d29e304

Please sign in to comment.