fix: disable inadvertent selection on COC checkbox

This commit is contained in:
Aarni Koskela
2024-05-30 17:30:09 +03:00
parent d2df867a44
commit c89b1b697e

View File

@@ -85,7 +85,7 @@ export default function Form() {
</button>
</div>
<label className="flex flex-wrap items-center justify-center gap-2 font-mono text-xxs sm:text-xs">
<label className="flex select-none flex-wrap items-center justify-center gap-2 font-mono text-xxs sm:text-xs">
<div className="relative h-5 w-5">
<input
type="checkbox"