mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-24 21:41:08 +02:00
fix(x): nudge stepper placeholder up a bit more (4px)
This commit is contained in:
parent
34501ee2cf
commit
47453fc333
1 changed files with 1 additions and 1 deletions
|
|
@ -2704,7 +2704,7 @@ function LimitStepper({
|
|||
// The 11px placeholder sits on the 14px text baseline, so it reads
|
||||
// slightly low; nudge it up for optical centering. Only applies
|
||||
// while the placeholder is visible, so typed text is unaffected.
|
||||
"placeholder:text-[11px] placeholder:text-muted-foreground/70 placeholder-shown:pb-0.5",
|
||||
"placeholder:text-[11px] placeholder:text-muted-foreground/70 placeholder-shown:pb-1",
|
||||
placeholder ? "w-24" : "w-16",
|
||||
)}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue