We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefeed4 commit 7b960d9Copy full SHA for 7b960d9
source/views/components/button.js
@@ -9,7 +9,7 @@ import * as c from './colors'
9
10
const styles = StyleSheet.create({
11
button: {
12
- backgroundColor: c.denim,
+ backgroundColor: c.buttonBackground,
13
alignSelf: 'center',
14
paddingVertical: 10,
15
paddingHorizontal: 20,
@@ -25,6 +25,7 @@ const styles = StyleSheet.create({
25
ios: iOSUIKit.calloutWhiteObject,
26
android: material.buttonWhiteObject,
27
}),
28
+ color: c.buttonForeground,
29
},
30
textDisabled: {
31
color: c.iosDisabledText,
0 commit comments