Skip to content

Commit

Permalink
Fix incorrect Select xs sizing (#6657)
Browse files Browse the repository at this point in the history
* Fix incorrect xs sizing

* docs: add changelog

Co-authored-by: Segun Adebayo <joseshegs@gmail.com>
  • Loading branch information
Aexylus and segunadebayo committed Sep 9, 2022
1 parent 3a79a92 commit e626974
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/moody-ladybugs-glow.md
@@ -0,0 +1,5 @@
---
"@chakra-ui/theme": patch
---

Fix incorrect Select `xs` sizing
2 changes: 1 addition & 1 deletion packages/components/theme/src/components/select.ts
Expand Up @@ -68,7 +68,7 @@ const sizes = {
xs: {
...inputTheme.sizes?.xs,
field: {
...inputTheme.sizes?.sm.field,
...inputTheme.sizes?.xs.field,
...iconSpacing,
},
icon: {
Expand Down

0 comments on commit e626974

Please sign in to comment.