Copy on "type to confirm" dialog

This commit is contained in:
Gregory Schier
2025-10-28 06:15:44 -07:00
parent 99a6c38632
commit a9e05ae988
2 changed files with 15 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ export function Label({
)}
{...props}
>
<span>
<span className="inline-block w-full">
{children}
{required === true && <span className="text-text-subtlest">*</span>}
</span>