Adjust highlight color

This commit is contained in:
Gregory Schier
2024-03-22 10:37:45 -07:00
parent 290636c098
commit 2904caea79
2 changed files with 4 additions and 4 deletions

View File

@@ -34,8 +34,8 @@ export function Checkbox({
<input
aria-hidden
className={classNames(
'opacity-50 appearance-none w-4 h-4 flex-shrink-0 border border-[currentColor]',
'rounded hocus:border-focus hocus:bg-focus/[5%] hocus:opacity-100 outline-none ring-0',
'appearance-none w-4 h-4 flex-shrink-0 border border-highlight',
'rounded hocus:border-focus hocus:bg-focus/[5%] outline-none ring-0',
)}
type="checkbox"
disabled={disabled}