styling contact screen

This commit is contained in:
balzack 2023-09-17 23:19:44 -07:00
parent d5b779a04e
commit 0ecce1da5f
2 changed files with 4 additions and 13 deletions

View File

@ -49,7 +49,7 @@ export const styles = StyleSheet.create({
borderRightWidth: 1, borderRightWidth: 1,
}, },
backLabel: { backLabel: {
color: Colors.linkText, color: Colors.text,
fontSize: 14, fontSize: 14,
fontFamily: 'Roboto', fontFamily: 'Roboto',
paddingLeft: 16, paddingLeft: 16,
@ -63,7 +63,7 @@ export const styles = StyleSheet.create({
fontFamily: 'roboto', fontFamily: 'roboto',
fontSize: 48, fontSize: 48,
flexShrink: 1, flexShrink: 1,
paddingTop: 8, paddingTop: 16,
paddingLeft: 16, paddingLeft: 16,
paddingRight: 16, paddingRight: 16,
}, },
@ -72,7 +72,7 @@ export const styles = StyleSheet.create({
fontFamily: 'roboto', fontFamily: 'roboto',
fontSize: 48, fontSize: 48,
fontStyle: 'italic', fontStyle: 'italic',
paddingTop: 8, paddingTop: 16,
paddingLeft: 16, paddingLeft: 16,
paddingRight: 16, paddingRight: 16,
}, },
@ -83,20 +83,12 @@ export const styles = StyleSheet.create({
paddingLeft: 16, paddingLeft: 16,
paddingRight: 16, paddingRight: 16,
}, },
group: {
marginLeft: 16,
marginRight: 16,
backgroundColor: Colors.areaBase,
borderRadius: 8,
marginTop: 16,
display: 'flex',
},
attributes: { attributes: {
marginLeft: 16, marginLeft: 16,
marginRight: 16, marginRight: 16,
backgroundColor: Colors.areaBase, backgroundColor: Colors.areaBase,
borderRadius: 8, borderRadius: 8,
marginTop: 16, marginTop: 32,
display: 'flex', display: 'flex',
flexShrink: 1, flexShrink: 1,
}, },

View File

@ -104,7 +104,6 @@ export const styles = StyleSheet.create({
alignSelf: 'center', alignSelf: 'center',
}, },
details: { details: {
minHeight: 32,
borderTopRightRadius: 32, borderTopRightRadius: 32,
borderTopLeftRadius: 32, borderTopLeftRadius: 32,
backgroundColor: Colors.screenBase, backgroundColor: Colors.screenBase,