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({
textAlign: 'center',
marginHorizontal: 20,
marginBottom: 20,
color:COLORS.black,
color:COLORS.white,
fontWeight: 'bold',
},
separator: {
......@@ -330,7 +330,7 @@ const styles = StyleSheet.create({
},
videoBox: {
backgroundColor: COLORS.white, // Set background color to white
backgroundColor: '#11324D', // Set background color to white
borderWidth: 2, // Set the border width
borderColor: '#80BCBD', // Set the border color
borderRadius: 10, // Set border radius for rounded corners
......
......@@ -67,7 +67,8 @@ const WelcomeExercise = ({ navigation }) => {
title="Start Today"
style={{
marginTop: 12,
width: "100%"
width: "100%",
marginTop:43
}}
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