Commit 02666913 authored by Malsha Jayakody's avatar Malsha Jayakody

Merge remote-tracking branch 'origin/feature/skin-manage' into final-app

parents 0ca567e0 c8f2b6e0
...@@ -223,7 +223,7 @@ const styles = StyleSheet.create({ ...@@ -223,7 +223,7 @@ const styles = StyleSheet.create({
textAlign: 'center', textAlign: 'center',
marginHorizontal: 20, marginHorizontal: 20,
marginBottom: 20, marginBottom: 20,
color:COLORS.black, color:COLORS.white,
fontWeight: 'bold', fontWeight: 'bold',
}, },
separator: { separator: {
...@@ -330,7 +330,7 @@ const styles = StyleSheet.create({ ...@@ -330,7 +330,7 @@ const styles = StyleSheet.create({
}, },
videoBox: { videoBox: {
backgroundColor: COLORS.white, // Set background color to white backgroundColor: '#11324D', // Set background color to white
borderWidth: 2, // Set the border width borderWidth: 2, // Set the border width
borderColor: '#80BCBD', // Set the border color borderColor: '#80BCBD', // Set the border color
borderRadius: 10, // Set border radius for rounded corners borderRadius: 10, // Set border radius for rounded corners
......
...@@ -67,7 +67,8 @@ const WelcomeExercise = ({ navigation }) => { ...@@ -67,7 +67,8 @@ const WelcomeExercise = ({ navigation }) => {
title="Start Today" title="Start Today"
style={{ style={{
marginTop: 12, marginTop: 12,
width: "100%" width: "100%",
marginTop:43
}} }}
onPress={() => navigation.navigate(ROUTES.SKIN_UPLOAD)} onPress={() => navigation.navigate(ROUTES.SKIN_UPLOAD)}
/> />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment