aboutsummaryrefslogtreecommitdiff
path: root/src/components/search/SearchResultCell.tsx
diff options
context:
space:
mode:
authorLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2021-03-08 21:08:40 -0500
committerLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2021-03-08 21:08:40 -0500
commitce4b25405b1a17ddf80211d903ce02b992422323 (patch)
tree4bc68c94f237ac0046eec9cd1bc138a9f9900580 /src/components/search/SearchResultCell.tsx
parentc6c0370bf1ddf052fbb56d32b9e21097950b8b16 (diff)
Fix other styles screwed up during merging
Diffstat (limited to 'src/components/search/SearchResultCell.tsx')
-rw-r--r--src/components/search/SearchResultCell.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/search/SearchResultCell.tsx b/src/components/search/SearchResultCell.tsx
index 5e6bb026..e0351d96 100644
--- a/src/components/search/SearchResultCell.tsx
+++ b/src/components/search/SearchResultCell.tsx
@@ -169,7 +169,6 @@ const styles = StyleSheet.create({
flexDirection: 'row',
paddingHorizontal: 25,
paddingVertical: 15,
- backgroundColor: 'pink',
},
imageContainer: {
width: SCREEN_WIDTH * 0.112,