We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2733a59 commit 1fd21c1Copy full SHA for 1fd21c1
src/components/Input/Toggle/Toggle.module.css
@@ -28,7 +28,7 @@
28
border-radius: 8px;
29
background: var(--rvr-white);
30
transition: all var(--rvr-transition-duration-fast) var(--rvr-linear);
31
- box-shadow: 0px 0px 3px 2px rgba(0 0 0 / 20%);
+ box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
32
}
33
34
.checked {
0 commit comments