Skip to content

Commit 1fd21c1

Browse files
authored
fix css rgba to use comma separated parameters (#345)
Co-authored-by: Haosheng Li <[email protected]>
1 parent 2733a59 commit 1fd21c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Input/Toggle/Toggle.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
border-radius: 8px;
2929
background: var(--rvr-white);
3030
transition: all var(--rvr-transition-duration-fast) var(--rvr-linear);
31-
box-shadow: 0px 0px 3px 2px rgba(0 0 0 / 20%);
31+
box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
3232
}
3333

3434
.checked {

0 commit comments

Comments
 (0)