mirror of
https://github.com/vercel/commerce.git
synced 2025-07-30 13:41:22 +00:00
normalize transition durations
This commit is contained in:
@@ -9,7 +9,11 @@ interface Props {
|
||||
|
||||
const Toggle: FC<Props> = ({ className, checked, onChange }) => {
|
||||
return (
|
||||
<Switch checked={checked} onChange={onChange}>
|
||||
<Switch
|
||||
checked={checked}
|
||||
onChange={onChange}
|
||||
className="focus:outline-none"
|
||||
>
|
||||
<span
|
||||
role="checkbox"
|
||||
aria-checked="false"
|
||||
|
Reference in New Issue
Block a user