Skip to content

Commit

Permalink
Merge pull request zingolabs#784 from dorianvp/fix_header_check_aspec…
Browse files Browse the repository at this point in the history
…tratio

FIx Header icon aspect ratio
  • Loading branch information
juanky201271 authored Feb 26, 2025
2 parents 5dced3d + 8933f19 commit 0be2e5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ const Header: React.FunctionComponent<HeaderProps> = ({
duration: 200,
useNativeDriver: true,
}),
])
]),
);
}

Expand Down Expand Up @@ -542,7 +542,7 @@ const Header: React.FunctionComponent<HeaderProps> = ({
flexDirection: 'row',
justifyContent: 'center',
alignItems: 'center',
paddingHorizontal: 3,
padding: 3,
}}>
<FontAwesomeIcon icon={faCheck} color={colors.primary} size={20} />
{viewSyncStatus && (
Expand Down Expand Up @@ -630,7 +630,7 @@ const Header: React.FunctionComponent<HeaderProps> = ({
flexDirection: 'row',
justifyContent: 'center',
alignItems: 'center',
paddingHorizontal: 3,
padding: 3,
}}>
<FontAwesomeIcon icon={faWifi} color={colors.primaryDisabled} size={18} />
<FadeText style={{ fontSize: 10, marginLeft: 2 }}>
Expand Down

0 comments on commit 0be2e5e

Please sign in to comment.