Skip to content

Commit

Permalink
Revert caret icon sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Jun 28, 2024
1 parent 529a121 commit 6feb64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/starlight/components/Select.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ interface Props {
<style>
label {
--sl-label-icon-size: 0.875rem;
--sl-caret-size: 1rem;
--sl-caret-size: 1.25rem;
--sl-inline-padding: 0.5rem;
position: relative;
display: flex;
Expand Down

0 comments on commit 6feb64c

Please sign in to comment.