Skip to content

Commit

Permalink
Merge pull request #8112 from thesahindia/thesahindia/ui/error-page
Browse files Browse the repository at this point in the history
fix alignment for tablets
  • Loading branch information
Luke9389 authored Mar 14, 2022
2 parents 95251f9 + e456b07 commit 3696074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/ErrorPage/GenericErrorPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const propTypes = {
const GenericErrorPage = props => (
<View style={[styles.flex1, styles.pv10, styles.ph5, styles.errorPageContainer]}>
<View style={[styles.flex1, styles.alignItemsCenter, styles.justifyContentCenter]}>
<View style={styles.alignItemsStart}>
<View>
<View style={styles.mb5}>
<Icon
src={Expensicons.Bug}
Expand All @@ -48,7 +48,7 @@ const GenericErrorPage = props => (
</TextLink>
</Text>
</View>
<View style={[styles.dFlex, styles.flexRow, styles.w100]}>
<View style={[styles.flexRow]}>
<View style={[styles.flex1, styles.flexRow]}>
<Button
success
Expand Down

0 comments on commit 3696074

Please sign in to comment.