Padding on encrypted input

This commit is contained in:
Gregory Schier
2025-04-26 07:33:32 -07:00
parent bb014b7c43
commit 18664975a9

View File

@@ -457,6 +457,7 @@ function EncryptionInput({
tint={tint}
type={type}
rightSlot={rightSlot}
className="pr-1.5" // To account for encryption dropdown
{...props}
/>
);