From ab26b9f80ac2bc63a3c709fb2a8f56ce26005b7b Mon Sep 17 00:00:00 2001 From: Raul Kele Date: Mon, 24 Oct 2022 13:29:52 +0300 Subject: [PATCH] fix: added border radius to search input wrapper Signed-off-by: Raul Kele --- src/components/SearchSuggestion.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/SearchSuggestion.jsx b/src/components/SearchSuggestion.jsx index 59eb29d3..e2d11fdd 100644 --- a/src/components/SearchSuggestion.jsx +++ b/src/components/SearchSuggestion.jsx @@ -15,6 +15,7 @@ const useStyles = makeStyles(() => ({ display: 'inline-block', backgroundColor: '#FFFFFF', boxShadow: '0rem 0.3125rem 0.625rem rgba(131, 131, 131, 0.08)', + borderRadius: '2.5rem', minWidth: '60%', marginLeft: 16, position: 'relative',