a11y pass

This commit is contained in:
Belen Curcio
2020-10-25 13:10:06 -03:00
parent 28cae88b5b
commit 44f5c70b7b
2 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ const Toggle: FC<Props> = ({ className, checked, onChange }) => {
: 'opacity-100 ease-in duration-150'
} absolute inset-0 h-full w-full flex items-center justify-center transition-opacity`}
>
<Sun className="h-3 w-3 text-gray-400" />
<Sun className="h-3 w-3 text-accent-3" />
</span>
<span
className={`${