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 Sep 3, 2023
1 parent 72a7f71 commit a3be419
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

2 comments on commit a3be419

@vercel
Copy link

@vercel vercel bot commented on a3be419 Sep 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on a3be419 Sep 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.