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:
zPush
2026-05-21 18:36:20 +02:00
committed by GitHub
parent 463cc6f5a3
commit b17ccbeebe
+1 -1
View File
@@ -290,7 +290,7 @@ function BaseInput({
<HStack <HStack
className={classNames( className={classNames(
inputWrapperClassName, inputWrapperClassName,
"w-full min-w-0 px-2", "flex-1 min-w-0 px-2",
fullHeight && "h-full", fullHeight && "h-full",
leftSlot ? "pl-0.5 -ml-2" : null, leftSlot ? "pl-0.5 -ml-2" : null,
rightSlot ? "pr-0.5 -mr-2" : null, rightSlot ? "pr-0.5 -mr-2" : null,