diff options
Diffstat (limited to 'src/screens/profile/CaptionScreen.tsx')
-rw-r--r-- | src/screens/profile/CaptionScreen.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx index 86e30bdc..15566555 100644 --- a/src/screens/profile/CaptionScreen.tsx +++ b/src/screens/profile/CaptionScreen.tsx @@ -431,7 +431,6 @@ const styles = StyleSheet.create({ postButton: { width: SCREEN_WIDTH * 0.8, height: normalize(37), - backgroundColor: TAGG_LIGHT_BLUE, justifyContent: 'center', alignItems: 'center', borderRadius: 6, |