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