Skip to content

Commit 7b960d9

Browse files
committed
use the new button* colors in Button
1 parent eefeed4 commit 7b960d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/views/components/button.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import * as c from './colors'
99

1010
const styles = StyleSheet.create({
1111
button: {
12-
backgroundColor: c.denim,
12+
backgroundColor: c.buttonBackground,
1313
alignSelf: 'center',
1414
paddingVertical: 10,
1515
paddingHorizontal: 20,
@@ -25,6 +25,7 @@ const styles = StyleSheet.create({
2525
ios: iOSUIKit.calloutWhiteObject,
2626
android: material.buttonWhiteObject,
2727
}),
28+
color: c.buttonForeground,
2829
},
2930
textDisabled: {
3031
color: c.iosDisabledText,

0 commit comments

Comments
 (0)