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:00:39 -0500
committerLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2021-03-08 21:00:39 -0500
commitc6c0370bf1ddf052fbb56d32b9e21097950b8b16 (patch)
tree688f277f427592f905e018e78697dc56684b50b2 /src/components/search/SearchResultCell.tsx
parent3017d9a5cbf5ed525fc84a5f8062962c6377f6fe (diff)
Fix styles messed up during merges
Diffstat (limited to 'src/components/search/SearchResultCell.tsx')
-rw-r--r--src/components/search/SearchResultCell.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/search/SearchResultCell.tsx b/src/components/search/SearchResultCell.tsx
index e0351d96..5e6bb026 100644
--- a/src/components/search/SearchResultCell.tsx
+++ b/src/components/search/SearchResultCell.tsx
@@ -169,6 +169,7 @@ const styles = StyleSheet.create({
flexDirection: 'row',
paddingHorizontal: 25,
paddingVertical: 15,
+ backgroundColor: 'pink',
},
imageContainer: {
width: SCREEN_WIDTH * 0.112,