mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
styling contact screen
This commit is contained in:
parent
d5b779a04e
commit
0ecce1da5f
@ -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,
|
||||||
},
|
},
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user