Skip to content

Commit

Permalink
Remove box shadow in tailwind styles
Browse files Browse the repository at this point in the history
Tailwind adds a box shadow to input elements which affects the custom
variant search input styling.
  • Loading branch information
Jaime Terreu committed Jul 12, 2024
1 parent a693802 commit e92e352
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Select/SelectInput.elm
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ view (Config config) id_ =
, style "outline" "0px"
, style "padding" "0px"
, style "color" "inherit"
, style "box-shadow" "none"
]
++ inputWidthStyle

Expand Down

0 comments on commit e92e352

Please sign in to comment.