Skip to content

Commit

Permalink
fix(Select): Select chevron up/down 20x20 width fix (#32)
Browse files Browse the repository at this point in the history
* fix: add flex shrink 0 so that the chevron icon fills the 20x20 width

* feat: add changeset

* fix: alphabetize class order

* Update .changeset/tricky-coats-judge.md

Co-authored-by: Geoffrey Chong <[email protected]>

---------

Co-authored-by: Geoffrey Chong <[email protected]>
  • Loading branch information
kaydwithers and gyfchong authored Sep 18, 2023
1 parent 8057911 commit 8cba8ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tricky-coats-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kaizen/select": patch
---

fix: add flex-shrink 0 so that the chevron up/down icon has the correct 20x20 width
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
@import "./variables";

.icon {
margin-left: $spacing-sm;
color: $color-gray-500;
flex-shrink: 0;
margin-left: $spacing-sm;
}

.button {
Expand Down

0 comments on commit 8cba8ba

Please sign in to comment.