use pointer cursor with toggle

This commit is contained in:
41666 2021-04-22 16:43:53 -04:00
parent 4ab92b36bb
commit 471ed9cf93

View file

@ -27,6 +27,7 @@ export const ToggleSwitch = styled.div<{ state: boolean }>`
border: 1px solid rgba(0, 0, 0, 0.1);
top: 0.23em;
transition: background-color ${transitions.in2in}s ease-in-out;
cursor: pointer;
${ToggleState} {
${(props) =>