From 73ba81e26565f91e4b31b0e317ef30a2b39238de Mon Sep 17 00:00:00 2001 From: Anthony Catel Date: Tue, 21 Mar 2023 22:47:04 +0100 Subject: [PATCH] Add radius on search input --- src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.css b/src/index.css index ebdf4d7..a66e6dd 100644 --- a/src/index.css +++ b/src/index.css @@ -124,6 +124,7 @@ how to remove the virtical space around the range input in IE*/ padding: 0 11px 0 13px; text-overflow: ellipsis; width: 300px; + border-radius: 8px; } @tailwind utilities; \ No newline at end of file