Commit c8f2b6e0 authored by Devin B's avatar Devin B

add_symptoms

parent 436e2d92
......@@ -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
......
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