diff options
author | Ivan Chen <ivan@tagg.id> | 2021-03-24 13:25:29 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-03-24 13:25:29 -0400 |
commit | cc1b5a0be911dc05386a5114e966b7ee4eb21441 (patch) | |
tree | 90fad5a8ed92206b3026e8fd033b4d35360884f7 /src/components/moments/CaptionScreenHeader.tsx | |
parent | 96477697afe4dd92ce68f0f778decbca30d83e77 (diff) | |
parent | 33c107f7382955f6993d8415f08262f51060d178 (diff) |
Merge branch 'master' into tma698-api-profile
# Conflicts:
# src/components/search/SearchBar.tsx
Diffstat (limited to 'src/components/moments/CaptionScreenHeader.tsx')
-rw-r--r-- | src/components/moments/CaptionScreenHeader.tsx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/components/moments/CaptionScreenHeader.tsx b/src/components/moments/CaptionScreenHeader.tsx index 46dfddfe..0638c128 100644 --- a/src/components/moments/CaptionScreenHeader.tsx +++ b/src/components/moments/CaptionScreenHeader.tsx @@ -21,18 +21,15 @@ const styles = StyleSheet.create({ flexDirection: 'row', justifyContent: 'center', alignItems: 'center', - height: '5%', }, headerContainer: { - position: 'absolute', - left: '50%', + width: '90%', }, header: { - position: 'relative', - right: '50%', fontSize: 20, fontWeight: 'bold', color: 'white', + textAlign: 'center', }, }); export default CaptionScreenHeader; |