mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
styling settings
This commit is contained in:
parent
f8373284bf
commit
bc7f919ca3
@ -8,6 +8,7 @@ export const styles = StyleSheet.create({
|
|||||||
display: 'flex',
|
display: 'flex',
|
||||||
paddingLeft: 16,
|
paddingLeft: 16,
|
||||||
paddingRight: 16,
|
paddingRight: 16,
|
||||||
|
paddingTop: 16,
|
||||||
backgroundColor: Colors.screenBase,
|
backgroundColor: Colors.screenBase,
|
||||||
},
|
},
|
||||||
label: {
|
label: {
|
||||||
@ -60,7 +61,7 @@ export const styles = StyleSheet.create({
|
|||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
padding: 4,
|
padding: 4,
|
||||||
height: 40,
|
height: 48,
|
||||||
},
|
},
|
||||||
icon: {
|
icon: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user