mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-22 23:57:25 +02:00
Fix: Secret input field texts were bleeding under obscure toggle button (#461)
Co-authored-by: Gregory Schier <gschier1990@gmail.com>
This commit is contained in:
@@ -290,7 +290,7 @@ function BaseInput({
|
||||
<HStack
|
||||
className={classNames(
|
||||
inputWrapperClassName,
|
||||
"w-full min-w-0 px-2",
|
||||
"flex-1 min-w-0 px-2",
|
||||
fullHeight && "h-full",
|
||||
leftSlot ? "pl-0.5 -ml-2" : null,
|
||||
rightSlot ? "pr-0.5 -mr-2" : null,
|
||||
|
||||
Reference in New Issue
Block a user