initial android fixes
This commit is contained in:
parent
0a3e7e63b2
commit
70f4debc0b
8 changed files with 43 additions and 19 deletions
|
@ -56,7 +56,11 @@ export const ViewHeader = observer(function ViewHeader({
|
|||
hitSlop={BACK_HITSLOP}
|
||||
style={canGoBack ? styles.backIcon : styles.backIconWide}>
|
||||
{canGoBack ? (
|
||||
<FontAwesomeIcon size={18} icon="angle-left" style={{marginTop: 6}} />
|
||||
<FontAwesomeIcon
|
||||
size={18}
|
||||
icon="angle-left"
|
||||
style={{marginTop: 6, color: colors.black}}
|
||||
/>
|
||||
) : (
|
||||
<UserAvatar
|
||||
size={30}
|
||||
|
@ -138,6 +142,7 @@ const styles = StyleSheet.create({
|
|||
title: {
|
||||
fontSize: 21,
|
||||
fontWeight: '600',
|
||||
color: colors.black,
|
||||
},
|
||||
subtitle: {
|
||||
fontSize: 18,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue