diff options
| author | Leon Jiang <35908040+leonyjiang@users.noreply.github.com> | 2021-03-08 05:50:16 -0500 |
|---|---|---|
| committer | Leon Jiang <35908040+leonyjiang@users.noreply.github.com> | 2021-03-08 05:50:16 -0500 |
| commit | 15be1b2de2a817c55ddffc468a895847ed14e31d (patch) | |
| tree | f5eee717bfd160a449ea49cb22303e544a16b33d /src/components/search/SearchResultCell.tsx | |
| parent | 32bf3bf2cfa2f4499711225b2f1da5f3ed274832 (diff) | |
Resolve styling issues
Diffstat (limited to 'src/components/search/SearchResultCell.tsx')
| -rw-r--r-- | src/components/search/SearchResultCell.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/search/SearchResultCell.tsx b/src/components/search/SearchResultCell.tsx index 8f7d922f..30675a74 100644 --- a/src/components/search/SearchResultCell.tsx +++ b/src/components/search/SearchResultCell.tsx @@ -167,8 +167,8 @@ const SearchResultsCell: React.FC<SearchResults> = ({ const styles = StyleSheet.create({ cellContainer: { flexDirection: 'row', - marginHorizontal: SCREEN_WIDTH * 0.08, - marginBottom: SCREEN_WIDTH * 0.08, + paddingHorizontal: 0, + paddingVertical: 15, }, imageContainer: { width: SCREEN_WIDTH * 0.112, |
