Skip to content

Commit

Permalink
Fix/1561 (#1563)
Browse files Browse the repository at this point in the history
* fix(select): bottom space

* chore(select): changeset
  • Loading branch information
jrgarciadev authored and jguddas committed Sep 8, 2023
1 parent a1a4d25 commit b301308
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/brave-kiwis-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nextui-org/theme": patch
---

Fix #1561 Select bottom space removed when having helper components
2 changes: 1 addition & 1 deletion packages/core/theme/src/components/select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const select = tv({
},
labelPlacement: {
outside: {
base: "data-[has-helper=true]:pb-4 flex flex-col",
base: "flex flex-col",
label: "text-foreground pb-1.5",
},
"outside-left": {
Expand Down

0 comments on commit b301308

Please sign in to comment.