diff --git a/assets/InjiHomeLogo.svg b/assets/InjiHomeLogo.svg index 60efc9c9..a4852aaa 100644 --- a/assets/InjiHomeLogo.svg +++ b/assets/InjiHomeLogo.svg @@ -1,10 +1,3 @@ - - - - - - - - - - + + + \ No newline at end of file diff --git a/assets/SplashScreen.png b/assets/SplashScreen.png index 0bed60fc..f0a6a072 100644 Binary files a/assets/SplashScreen.png and b/assets/SplashScreen.png differ diff --git a/components/ui/themes/DefaultTheme.ts b/components/ui/themes/DefaultTheme.ts index 93a0d8a5..029a15b5 100644 --- a/components/ui/themes/DefaultTheme.ts +++ b/components/ui/themes/DefaultTheme.ts @@ -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,