mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
use pointer cursor with toggle
This commit is contained in:
parent
4ab92b36bb
commit
471ed9cf93
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ export const ToggleSwitch = styled.div<{ state: boolean }>`
|
||||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||||
top: 0.23em;
|
top: 0.23em;
|
||||||
transition: background-color ${transitions.in2in}s ease-in-out;
|
transition: background-color ${transitions.in2in}s ease-in-out;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
${ToggleState} {
|
${ToggleState} {
|
||||||
${(props) =>
|
${(props) =>
|
||||||
|
|
Loading…
Add table
Reference in a new issue