[INJIMOB-1081]: new logo in splash screen centered

Signed-off-by: Ayushi Dey <ayushirakshitdey@gmail.com>
This commit is contained in:
Ayushi Dey
2024-04-22 16:57:10 +05:30
parent c110368661
commit 7ca7264a79

View File

@@ -56,7 +56,7 @@ export const IntroSlidersScreen: React.FC<RootRouteProps> = props => {
<LinearGradient colors={Theme.Colors.gradientBtn}>
<Centered>
<Row align="space-between" style={Theme.Styles.introSliderHeader}>
<Column style={{marginLeft: Dimensions.get('screen').width * 0.4}}>
<Column style={{marginLeft: Dimensions.get('screen').width * 0.45}}>
{SvgImage.InjiSmallLogo()}
</Column>