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,
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
},
|
||||
cancelButtonText: {
|
||||
color: Colors.cancelButtonText,
|
||||
@ -391,6 +392,7 @@ export const styles = StyleSheet.create({
|
||||
height: 32,
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
},
|
||||
saveButtonText: {
|
||||
color: Colors.primaryButtonText,
|
||||
|
Loading…
Reference in New Issue
Block a user