Skip to content

Commit

Permalink
fix: #2311 <select> font weight is not semibold anymore because it …
Browse files Browse the repository at this point in the history
…causes a bug in Safari
  • Loading branch information
saadeghi committed Sep 4, 2023
1 parent 314761e commit c773cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/styled/select.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.select {
@apply border border-base-content border-opacity-0 bg-base-100 pr-10 font-semibold rounded-btn;
@apply border border-base-content border-opacity-0 bg-base-100 pr-10 rounded-btn;
&-bordered {
@apply border-opacity-20;
}
Expand Down

0 comments on commit c773cdf

Please sign in to comment.