mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
centering button text
This commit is contained in:
parent
ae12bf4ffb
commit
c4d675cb0e
@ -374,6 +374,7 @@ export const styles = StyleSheet.create({
|
|||||||
height: 32,
|
height: 32,
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
|
justifyContent: 'center',
|
||||||
},
|
},
|
||||||
cancelButtonText: {
|
cancelButtonText: {
|
||||||
color: Colors.cancelButtonText,
|
color: Colors.cancelButtonText,
|
||||||
@ -391,6 +392,7 @@ export const styles = StyleSheet.create({
|
|||||||
height: 32,
|
height: 32,
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
|
justifyContent: 'center',
|
||||||
},
|
},
|
||||||
saveButtonText: {
|
saveButtonText: {
|
||||||
color: Colors.primaryButtonText,
|
color: Colors.primaryButtonText,
|
||||||
|
Loading…
Reference in New Issue
Block a user