mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(theme): stepperButton when labelPlacement is outside in NumberInput (#5628)
* fix(theme): set stepperButton height when labelPlacement=outside in NumberInput component * chore(changeset): add issue number --------- Co-authored-by: WK <wingkwong.code@gmail.com>
This commit is contained in:
parent
e43e44ff51
commit
743505fbc0
5
.changeset/silver-buses-build.md
Normal file
5
.changeset/silver-buses-build.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@heroui/theme": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
set stepperButton height when lablePlacement=outside (#5622)
|
||||||
@ -801,6 +801,7 @@ const numberInput = tv({
|
|||||||
"group-data-[filled-within=true]:-translate-y-[calc(100%_+_var(--heroui-font-size-small)/2_+_20px)]",
|
"group-data-[filled-within=true]:-translate-y-[calc(100%_+_var(--heroui-font-size-small)/2_+_20px)]",
|
||||||
],
|
],
|
||||||
base: "data-[has-label=true]:mt-[calc(var(--heroui-font-size-small)_+_10px)]",
|
base: "data-[has-label=true]:mt-[calc(var(--heroui-font-size-small)_+_10px)]",
|
||||||
|
stepperButton: "before:h-4",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user