Skip to content

Commit

Permalink
center vertically HeaderSkeletonView
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed Jan 31, 2024
1 parent 3bb9b68 commit a5344d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/ReportHeaderSkeletonView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function ReportHeaderSkeletonView({shouldAnimate = true, onBackButtonPress = ()

return (
<View style={[styles.appContentHeader]}>
<View style={[styles.appContentHeaderTitle, !isSmallScreenWidth && styles.pl5]}>
<View style={[styles.appContentHeaderTitle]}>
{isSmallScreenWidth && (
<PressableWithFeedback
onPress={onBackButtonPress}
Expand All @@ -48,18 +48,18 @@ function ReportHeaderSkeletonView({shouldAnimate = true, onBackButtonPress = ()
>
<Circle
cx="20"
cy="33"
cy="40"
r="20"
/>
<Rect
x="55"
y="20"
y="28"
width="30%"
height="8"
/>
<Rect
x="55"
y="40"
y="48"
width="40%"
height="8"
/>
Expand Down

0 comments on commit a5344d7

Please sign in to comment.