mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(theme): input height in innerWrapper in Select (#4512)
* fix(select): fix input height #4321 * chore(select): changed package name in changeset to theme * chore(select): updated changeset message * chore(changeset): update package name --------- Co-authored-by: աӄա <wingkwong.code@gmail.com>
This commit is contained in:
parent
5e3054e318
commit
12a5c15699
5
.changeset/tiny-schools-hang.md
Normal file
5
.changeset/tiny-schools-hang.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@heroui/theme": patch
|
||||
---
|
||||
|
||||
Fix input height of select to avoid clipping of label (#4321)
|
||||
@ -23,7 +23,7 @@ const select = tv({
|
||||
trigger:
|
||||
"relative px-3 gap-3 w-full inline-flex flex-row items-center shadow-sm outline-none tap-highlight-transparent",
|
||||
innerWrapper:
|
||||
"inline-flex h-full w-[calc(100%_-_theme(spacing.6))] min-h-4 items-center gap-1.5 box-border",
|
||||
"inline-flex h-fit w-[calc(100%_-_theme(spacing.6))] min-h-4 items-center gap-1.5 box-border",
|
||||
selectorIcon: "absolute end-3 w-4 h-4",
|
||||
spinner: "absolute end-3",
|
||||
value: ["text-foreground-500", "font-normal", "w-full", "text-start"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user