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',
|
||||
primaryButtonText: '#ffffff',
|
||||
cancelButton: '#888888',
|
||||
cancelButtonText: '#ffffff',
|
||||
cancelButtonText: '#bbbbbb',
|
||||
disabledButton: '#dddddd',
|
||||
disabledButtonText: '#aaaaaa',
|
||||
dangerButton: '#ff5555',
|
||||
|
@ -242,8 +242,7 @@ export const styles = StyleSheet.create({
|
||||
paddingRight: 32,
|
||||
borderRadius: 4,
|
||||
borderWidth: 1,
|
||||
borderColor: Colors.cancelButton,
|
||||
backgroundColor: Colors.closeButton,
|
||||
borderColor: Colors.cancelButtonText,
|
||||
},
|
||||
closeButtonText: {
|
||||
color: Colors.closeButtonText,
|
||||
|
Loading…
Reference in New Issue
Block a user