diff --git a/frontend/src/components/v2/SecretInput/SecretInput.tsx b/frontend/src/components/v2/SecretInput/SecretInput.tsx index 1ef7feb94..1573fa961 100644 --- a/frontend/src/components/v2/SecretInput/SecretInput.tsx +++ b/frontend/src/components/v2/SecretInput/SecretInput.tsx @@ -46,7 +46,7 @@ type Props = Omit, "onChange" | "onBlur"> & }; const commonClassName = - "font-mono text-base leading-5 caret-white border-none outline-none w-full break-all "; + "font-mono text-sm leading-5 caret-white border-none outline-none w-full break-all "; export const SecretInput = forwardRef( ({ value, isVisible, onChange, onBlur, isDisabled, onFocus, ...props }, ref) => {