mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -05:00
[INJIMOB-3043] update logo in homescreen and splash screen (#1838)
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
This commit is contained in:
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 43 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 87 KiB |
@@ -7,7 +7,7 @@ import {
|
||||
ViewStyle,
|
||||
} from 'react-native';
|
||||
import {Spacing} from '../styleUtils';
|
||||
import {COPILOT_HEIGHT, isIOS} from '../../../shared/constants';
|
||||
import {COPILOT_HEIGHT, isIOS, isAndroid} from '../../../shared/constants';
|
||||
import Constants from 'expo-constants';
|
||||
import HomeScreenLogo from '../../../assets/InjiHomeLogo.svg';
|
||||
import InjiLogoSmall from '../../../assets/InjiLogo.svg';
|
||||
@@ -411,14 +411,16 @@ export const DefaultTheme = {
|
||||
},
|
||||
welcomeLogo: {
|
||||
width: 185,
|
||||
height: 71,
|
||||
height: 100,
|
||||
},
|
||||
injiLogo: {
|
||||
width: 191.58,
|
||||
height: 28,
|
||||
height: 84,
|
||||
},
|
||||
injiHomeLogo: {
|
||||
marginLeft: -24,
|
||||
marginLeft: -30,
|
||||
marginTop: -12,
|
||||
marginBottom: isAndroid() ? -30 : 0,
|
||||
},
|
||||
logo: {
|
||||
height: 35,
|
||||
|
||||
Reference in New Issue
Block a user