fix: firefox signing fields

This commit is contained in:
David Nguyen
2023-09-23 13:25:39 +10:00
committed by Mythie
parent 0ff044978f
commit 341c0df231
7 changed files with 20 additions and 9 deletions

View File

@ -110,7 +110,7 @@ export function SinglePlayerModeSignatureField({
) : (
<button
onClick={() => onClick?.()}
className="group-hover:text-primary text-muted-foreground absolute inset-0 duration-200"
className="group-hover:text-primary text-muted-foreground absolute inset-0 h-full w-full duration-200"
>
Signature
</button>
@ -166,7 +166,7 @@ export function SinglePlayerModeCustomTextField({
) : (
<button
onClick={() => onClick?.()}
className="group-hover:text-primary text-muted-foreground absolute inset-0 text-lg duration-200"
className="group-hover:text-primary text-muted-foreground absolute inset-0 h-full w-full text-lg duration-200"
>
{match(field.type)
.with(FieldType.DATE, () => 'Date')