Skip to content

Commit

Permalink
fix: disable inadvertent selection on COC checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed May 30, 2024
1 parent d2df867 commit c89b1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c89b1b6

Please sign in to comment.