mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
styling blocked modals
This commit is contained in:
parent
66c9710764
commit
9e6875a951
@ -23,7 +23,7 @@ const LightColors = {
|
|||||||
primaryButton: '#448866',
|
primaryButton: '#448866',
|
||||||
primaryButtonText: '#ffffff',
|
primaryButtonText: '#ffffff',
|
||||||
cancelButton: '#888888',
|
cancelButton: '#888888',
|
||||||
cancelButtonText: '#ffffff',
|
cancelButtonText: '#bbbbbb',
|
||||||
disabledButton: '#dddddd',
|
disabledButton: '#dddddd',
|
||||||
disabledButtonText: '#aaaaaa',
|
disabledButtonText: '#aaaaaa',
|
||||||
dangerButton: '#ff5555',
|
dangerButton: '#ff5555',
|
||||||
|
@ -242,8 +242,7 @@ export const styles = StyleSheet.create({
|
|||||||
paddingRight: 32,
|
paddingRight: 32,
|
||||||
borderRadius: 4,
|
borderRadius: 4,
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
borderColor: Colors.cancelButton,
|
borderColor: Colors.cancelButtonText,
|
||||||
backgroundColor: Colors.closeButton,
|
|
||||||
},
|
},
|
||||||
closeButtonText: {
|
closeButtonText: {
|
||||||
color: Colors.closeButtonText,
|
color: Colors.closeButtonText,
|
||||||
|
Loading…
Reference in New Issue
Block a user