Skip to content

Commit

Permalink
fix:onboarding UI title text color
Browse files Browse the repository at this point in the history
Signed-off-by: “[email protected]” <“[email protected]”>
  • Loading branch information
[email protected] committed Jul 10, 2023
1 parent cd557fe commit 77ffe0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/onBordingstyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const styles = StyleSheet.create({
alignSelf: 'center',
marginBottom: hp('2.5%'),
justifyContent: 'center',
color: '#1F4EAD',
},
backgroundImage: {
height: 245,
Expand Down
3 changes: 2 additions & 1 deletion app/src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 77ffe0c

Please sign in to comment.