Skip to content

Commit

Permalink
Merge pull request #35126 from dukenv0307/fix/34915
Browse files Browse the repository at this point in the history
Change style of header skeleton view to match with HeaderWithBackButton
  • Loading branch information
amyevans authored Jan 30, 2024
2 parents 6dd9a75 + 863f4f0 commit 9909a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/HeaderWithBackButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function HeaderWithBackButton({
// Hover on some part of close icons will not work on Electron if dragArea is true
// https://github.com/Expensify/App/issues/29598
dataSet={{dragArea: false}}
style={[styles.headerBar, shouldShowBorderBottom && styles.borderBottom, shouldShowBackButton && styles.pl2, shouldOverlay && StyleSheet.absoluteFillObject]}
style={[styles.headerBar, shouldShowBorderBottom && styles.borderBottom, shouldShowBackButton && styles.pl0, shouldOverlay && StyleSheet.absoluteFillObject]}
>
<View style={[styles.dFlex, styles.flexRow, styles.alignItemsCenter, styles.flexGrow1, styles.justifyContentBetween, styles.overflowHidden]}>
{shouldShowBackButton && (
Expand All @@ -88,7 +88,7 @@ function HeaderWithBackButton({
onBackButtonPress();
}
}}
style={[styles.touchableButtonImage]}
style={[styles.LHNToggle]}
role="button"
accessibilityLabel={translate('common.back')}
nativeID={CONST.BACK_BUTTON_NATIVE_ID}
Expand Down

0 comments on commit 9909a36

Please sign in to comment.