Commit c6086c55 authored by tom's avatar tom

hmmm

parent 156cde08
......@@ -57,9 +57,8 @@ const ColorModeToggler = forwardRef<ColorModeTogglerProps, 'input'>((props, ref)
<chakra.label
{ ...getRootProps({ onChange: toggleColorMode }) }
className={ styles.root }
htmlFor="color-mode-toggler"
>
<input id="color-mode-toggler" className={ styles.input } { ...getInputProps({}, ref) }/>
<input className={ styles.input } { ...getInputProps({}, ref) }/>
<chakra.div
{ ...getCheckboxProps() }
className={ styles.track }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment