diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-29 14:05:41 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-07-29 14:05:41 -0400 |
commit | 5bac190975241a8612bb5e1dfb29f71f6893df7c (patch) | |
tree | 3d8fa640e3ffc39172699815d6c034d347483d94 /src | |
parent | 4cd0910e9b20b10b0a5ef46945b139e711eec252 (diff) |
Lint
Diffstat (limited to 'src')
-rw-r--r-- | src/components/moments/MomentPost.tsx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/components/moments/MomentPost.tsx b/src/components/moments/MomentPost.tsx index ecd2e66f..19d25739 100644 --- a/src/components/moments/MomentPost.tsx +++ b/src/components/moments/MomentPost.tsx @@ -505,20 +505,6 @@ const styles = StyleSheet.create({ height: 3, marginHorizontal: 2, }, - progressDot: { - backgroundColor: '#fff', - width: 10, - height: 10, - borderRadius: 10, - borderWidth: 0.3, - borderColor: TAGG_PURPLE, - position: 'absolute', - top: -2.5, - }, - progressBaContainer: { - position: 'absolute', - top: isIPhoneX() ? 75 : 70, - }, profilePreviewContainer: { paddingHorizontal: '3%', }, |