From ff3cc3b84d74453a1f5c7443c492d5d894e53b2f Mon Sep 17 00:00:00 2001 From: Ansh Nanda Date: Tue, 16 May 2023 18:39:02 -0700 Subject: fix dark mode styling --- src/view/screens/CustomFeed.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/view/screens/CustomFeed.tsx') 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]}> {currentFeed?.data.likeCount} @@ -143,7 +143,6 @@ const styles = StyleSheet.create({ paddingVertical: 4, paddingHorizontal: 8, borderRadius: 24, - backgroundColor: colors.gray1, gap: 4, }, }) -- cgit 1.4.1