Skip to content

Commit

Permalink
fix: #2505 missing border on select component (#2514)
Browse files Browse the repository at this point in the history
  • Loading branch information
seppe-dalen authored Nov 14, 2023
1 parent 64c17e7 commit 71981e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/styled/select.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.select,
:where(select.select) {
.select {
@apply bg-base-100 rounded-btn border border-transparent pr-10;
&-bordered {
@apply border-base-content/20;
Expand Down

0 comments on commit 71981e9

Please sign in to comment.