fix to text sizes

This commit is contained in:
John Overton
2025-12-13 10:14:02 -06:00
parent c371f52ca9
commit 6e49037745

View File

@@ -563,7 +563,7 @@ export default function PinLogin({ onUnlock, familySlug, lockoutTime, onLockoutC
}`}
onClick={handleFocusLoginId}
>
<span className="text-xl text-gray-900">
<span className="text-gray-900">
{loginId || '--'}
</span>
</div>