[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:
abhip2565
2025-03-05 12:14:56 +05:30
committed by GitHub
parent fcb65aa806
commit b395afcaf3
3 changed files with 9 additions and 14 deletions

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

View File

@@ -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,