Skip to content

Commit

Permalink
Merge pull request #188 from Confidenceman02/input-boxshadow
Browse files Browse the repository at this point in the history
Remove box shadow in tailwind styles
  • Loading branch information
Confidenceman02 authored Jul 12, 2024
2 parents a693802 + e92e352 commit c2dff1e
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 c2dff1e

Please sign in to comment.