diff options
Diffstat (limited to 'src/view/screens/CustomFeed.tsx')
-rw-r--r-- | src/view/screens/CustomFeed.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/view/screens/CustomFeed.tsx b/src/view/screens/CustomFeed.tsx index ec39b27d3..615a63261 100644 --- a/src/view/screens/CustomFeed.tsx +++ b/src/view/screens/CustomFeed.tsx @@ -81,7 +81,7 @@ export const CustomFeed = withAuthRequired( currentFeed?.like() } }} - style={[styles.likeButton]}> + style={[styles.likeButton, pal.viewLight]}> <Text style={[pal.text, s.semiBold]}> {currentFeed?.data.likeCount} </Text> @@ -143,7 +143,6 @@ const styles = StyleSheet.create({ paddingVertical: 4, paddingHorizontal: 8, borderRadius: 24, - backgroundColor: colors.gray1, gap: 4, }, }) |