diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-08 17:42:47 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-07-09 15:56:47 -0400 |
commit | f78bb9fea2128825d9c9cf4a64a7b78a288250b1 (patch) | |
tree | 4e1f88d9c538bd0b92153982b9c9839dcb40b020 /src/screens/profile/CaptionScreen.tsx | |
parent | 8b3bb9164453498b78e497e4e8f3a5252b4159ea (diff) |
Add logic to create custom category action
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, |