Commit fcd561cc authored by Hanwen Cheng's avatar Hanwen Cheng
Browse files

fix: change button default color

parent e5a9e298
......@@ -70,12 +70,12 @@ const styles = StyleSheet.create({
justifyContent: 'center',
alignItems: 'center',
elevation: 4,
backgroundColor: colors.bg_text_sec,
backgroundColor: colors.bg_positive,
height: 60
},
text: {
fontFamily: 'Manifold CF',
color: 'white',
color: 'black',
padding: 8,
fontWeight: 'bold',
fontSize: 20
......
Supports Markdown
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