fix: invalid DOM property `for`

pull/9528/head
Konstantinos Kaloutas 2023-05-30 13:57:57 +03:00 committed by Gabriel Horner
parent a114f0547f
commit ede076a501
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ export function ColorInput({
/>
</div>
</div>
<label for="tl-custom-color-input" className="cursor-pointer">
<label htmlFor="tl-custom-color-input" className="cursor-pointer">
Select custom color
</label>
</div>