feat(INJI-134): [Bhargavi] remove idpass logo in welcome screen

Issue Link https://mosip.atlassian.net/browse/INJI-134
This commit is contained in:
PuBHARGAVI
2023-06-08 17:51:07 +05:30
parent a5bdcbfb10
commit 3149876ac6
2 changed files with 1 additions and 8 deletions

View File

@@ -15,13 +15,6 @@ export const baseRoutes: Screen[] = [
{
name: 'Welcome',
component: WelcomeScreen,
options: {
headerLeft: () =>
React.createElement(Image, {
source: require('../assets/idpass-logo.png'),
style: { width: 124, height: 27, resizeMode: 'contain' },
}),
},
},
{
name: 'Auth',

View File

@@ -15,7 +15,7 @@ export const WelcomeScreen: React.FC<RootRouteProps> = (props) => {
fill
padding="32 32 0"
backgroundColor={Theme.Colors.whiteBackgroundColor}>
<HorizontallyCentered fill padding="30 0 0 0">
<HorizontallyCentered fill>
<Logo height={182} />
</HorizontallyCentered>
<Button