fix: align the text sizes

This commit is contained in:
bjarneo 2025-02-11 17:51:53 +01:00
parent 2f6097a004
commit 1a07e9b2a0
No known key found for this signature in database
GPG Key ID: AA3697C46F530672

View File

@ -411,7 +411,7 @@ const Home = () => {
setField('formData.password', e.target.value);
}}
readOnly={inputReadOnly}
className="w-full pl-10 pr-10 py-3 bg-black/20 border border-white/[0.08]
className="w-full pl-10 pr-10 py-3 text-sm bg-black/20 border border-white/[0.08]
rounded-lg text-gray-100 placeholder-gray-500
hover:border-white/[0.12] focus:border-primary focus:ring-1
focus:ring-primary/50 transition-all duration-200"