mirror of
https://github.com/balzack/databag.git
synced 2025-02-11 19:19:16 +00:00
updating modal style
This commit is contained in:
parent
9e6875a951
commit
f8373284bf
@ -23,12 +23,12 @@ const LightColors = {
|
||||
primaryButton: '#448866',
|
||||
primaryButtonText: '#ffffff',
|
||||
cancelButton: '#888888',
|
||||
cancelButtonText: '#bbbbbb',
|
||||
cancelButtonText: '#ffffff',
|
||||
disabledButton: '#dddddd',
|
||||
disabledButtonText: '#aaaaaa',
|
||||
dangerButton: '#ff5555',
|
||||
dangerButtonText: '#ffffff',
|
||||
closeButton: '#eeeeee',
|
||||
closeButton: '#bbbbbb',
|
||||
closeButtonText: '#444444',
|
||||
inputBase: '#eeeeee',
|
||||
inputPlaceholder: '#888888',
|
||||
@ -73,7 +73,7 @@ const DarkColors = {
|
||||
primaryButton: '#448866',
|
||||
primaryButtonText: '#ffffff',
|
||||
cancelButton: '#606060',
|
||||
cancelButtonText: '#eeeeee',
|
||||
cancelButtonText: '#ffffff',
|
||||
disabledButton: '#888888',
|
||||
disabledButtonText: '#aaaaaa',
|
||||
dangerButton: '#ff5555',
|
||||
|
@ -242,7 +242,7 @@ export const styles = StyleSheet.create({
|
||||
paddingRight: 32,
|
||||
borderRadius: 4,
|
||||
borderWidth: 1,
|
||||
borderColor: Colors.cancelButtonText,
|
||||
borderColor: Colors.closeButton,
|
||||
},
|
||||
closeButtonText: {
|
||||
color: Colors.closeButtonText,
|
||||
|
Loading…
Reference in New Issue
Block a user