mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-02 10:35:54 +00:00
[change] Button text style to match Android
This commit is contained in:
@@ -55,10 +55,11 @@ const styles = StyleSheet.create({
|
|||||||
borderRadius: 2
|
borderRadius: 2
|
||||||
},
|
},
|
||||||
text: {
|
text: {
|
||||||
textAlign: 'center',
|
|
||||||
color: '#fff',
|
color: '#fff',
|
||||||
|
fontWeight: '500',
|
||||||
padding: 8,
|
padding: 8,
|
||||||
fontWeight: '500'
|
textAlign: 'center',
|
||||||
|
textTransform: 'uppercase'
|
||||||
},
|
},
|
||||||
buttonDisabled: {
|
buttonDisabled: {
|
||||||
backgroundColor: '#dfdfdf'
|
backgroundColor: '#dfdfdf'
|
||||||
|
|||||||
Reference in New Issue
Block a user