[INJIMOB-3043] update logo in homescreen and splash screen (#1837)

Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
This commit is contained in:
abhip2565
2025-03-06 00:35:32 +05:30
committed by GitHub
parent c8b6880f9d
commit 733da45df2
3 changed files with 9 additions and 14 deletions

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,