register success page

This commit is contained in:
Max Peintner
2023-04-27 17:07:57 +02:00
parent 3ca419bcf8
commit 8f958ec002
6 changed files with 65 additions and 21 deletions

View File

@@ -57,7 +57,7 @@ export const TextInput = forwardRef<HTMLInputElement, TextInputProps>(
return (
<label className="flex flex-col text-12px text-input-light-label dark:text-input-dark-label">
<span
className={`leading-14.5px mb-1 ${
className={`leading-3 mb-1 ${
error ? "text-warn-light-500 dark:text-warn-dark-500" : ""
}`}
>