aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/screens/moments/TagFriendsScreen.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/screens/moments/TagFriendsScreen.tsx b/src/screens/moments/TagFriendsScreen.tsx
index d4a1733f..a0b782bf 100644
--- a/src/screens/moments/TagFriendsScreen.tsx
+++ b/src/screens/moments/TagFriendsScreen.tsx
@@ -228,7 +228,6 @@ const styles = StyleSheet.create({
contentContainer: {
backgroundColor: 'black',
height: SCREEN_HEIGHT,
- // justifyContent: 'center',
alignContent: 'center',
},
backArrow: {
@@ -251,11 +250,9 @@ const styles = StyleSheet.create({
},
captionContainer: {
marginVertical: 20,
- // position: 'absolute',
marginTop: SCREEN_HEIGHT * 0.2,
flexDirection: 'row',
justifyContent: 'center',
- // width: SCREEN_WIDTH,
borderWidth: 4,
borderColor: 'pink',
},