Commit 412394fb authored by Hanwen Cheng's avatar Hanwen Cheng
Browse files

fix: change button color

parent fcd561cc
......@@ -16,6 +16,7 @@
export default {
bg: '#1D1D1D',
bg_button: '#48acf0',
bg_text: '#FFFFFF',
bg_text_sec: '#B4B5B0',
bg_positive: '#72E762',
......
......@@ -70,12 +70,12 @@ const styles = StyleSheet.create({
justifyContent: 'center',
alignItems: 'center',
elevation: 4,
backgroundColor: colors.bg_positive,
backgroundColor: colors.bg_button,
height: 60
},
text: {
fontFamily: 'Manifold CF',
color: 'black',
color: 'white',
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