From e92e35218931e297f1f023501dda61b6e35477db Mon Sep 17 00:00:00 2001 From: Jaime Terreu <> Date: Sat, 13 Jul 2024 00:15:35 +0930 Subject: [PATCH] Remove box shadow in tailwind styles Tailwind adds a box shadow to input elements which affects the custom variant search input styling. --- src/Select/SelectInput.elm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Select/SelectInput.elm b/src/Select/SelectInput.elm index 931c6c9..a453cd0 100644 --- a/src/Select/SelectInput.elm +++ b/src/Select/SelectInput.elm @@ -282,6 +282,7 @@ view (Config config) id_ = , style "outline" "0px" , style "padding" "0px" , style "color" "inherit" + , style "box-shadow" "none" ] ++ inputWidthStyle