chore: focus on toggle (2562) (#2678)

This commit is contained in:
Art 2023-01-19 19:43:58 +01:00 committed by GitHub
parent 24fafe5a34
commit 805e8fbee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,8 @@ export const Toggle = ({
'px-10 py-2': size === 'lg',
'px-8 py-2': size === 'md',
'px-6 py-2': size === 'sm',
}
},
'peer-focus:outline peer-focus:outline-2 peer-focus:outline-blue-700 dark:peer-focus:outline-blue-300 peer-focus:outline-offset-2'
);
return (