styling settings

This commit is contained in:
balzack 2023-09-07 07:40:49 -07:00
parent f8373284bf
commit bc7f919ca3

View File

@ -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,