From 77ffe0c4ffc246fca0df91e46072fd85a4c2a73e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cpoonam=2Eghewande=40ayanworks=2Ecom=E2=80=9D?= <“poonam.ghewande@ayanworks.com”> Date: Mon, 10 Jul 2023 17:47:57 +0530 Subject: [PATCH] fix:onboarding UI title text color MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: “poonam.ghewande@ayanworks.com” <“poonam.ghewande@ayanworks.com”> --- app/src/onBordingstyle.ts | 1 + app/src/theme.ts | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/onBordingstyle.ts b/app/src/onBordingstyle.ts index 3cb6b89d..f9d2f995 100644 --- a/app/src/onBordingstyle.ts +++ b/app/src/onBordingstyle.ts @@ -12,6 +12,7 @@ export const styles = StyleSheet.create({ alignSelf: 'center', marginBottom: hp('2.5%'), justifyContent: 'center', + color: '#1F4EAD', }, backgroundImage: { height: 245, diff --git a/app/src/theme.ts b/app/src/theme.ts index 1d39e072..86c50c77 100644 --- a/app/src/theme.ts +++ b/app/src/theme.ts @@ -614,7 +614,8 @@ export const OnboardingTheme = { headerTintColor: ColorPallet.grayscale.white, headerText: { ...TextTheme.headingTwo, - color: ColorPallet.notification.infoText, + // color: ColorPallet.notification.infoText, + color: '#1F4EAD', }, bodyText: { ...TextTheme.normal,