diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-02-09 14:43:11 -0500 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-02-09 14:43:11 -0500 |
| commit | c5e4bfbba73090b9fa3d422ddf31aaa915d032df (patch) | |
| tree | 2627a0dd6dff4a63b40edac2f71f51ce947ac391 /src/screens/profile/MomentCommentsScreen.tsx | |
| parent | 1fbaa98a8de84fe7c9969a980abc3050d2a4f2ca (diff) | |
fixed header styles in several screens
Diffstat (limited to 'src/screens/profile/MomentCommentsScreen.tsx')
| -rw-r--r-- | src/screens/profile/MomentCommentsScreen.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screens/profile/MomentCommentsScreen.tsx b/src/screens/profile/MomentCommentsScreen.tsx index 4a902e9e..b0208f6f 100644 --- a/src/screens/profile/MomentCommentsScreen.tsx +++ b/src/screens/profile/MomentCommentsScreen.tsx @@ -1,8 +1,7 @@ import {RouteProp, useNavigation} from '@react-navigation/native'; import React, {useEffect, useState} from 'react'; -import {StyleSheet, Text, TouchableOpacity, View} from 'react-native'; +import {StyleSheet, View} from 'react-native'; import {SafeAreaView} from 'react-native-safe-area-context'; -import BackIcon from '../../assets/icons/back-arrow.svg'; import {TabsGradient} from '../../components'; import {AddComment} from '../../components/'; import CommentsContainer from '../../components/comments/CommentsContainer'; @@ -111,6 +110,7 @@ const styles = StyleSheet.create({ fontWeight: '400', }, body: { + marginTop: HeaderHeight, width: SCREEN_WIDTH * 0.9, height: SCREEN_HEIGHT * 0.8, paddingTop: '3%', |
