Skip to content

Commit 8b8d8f6

Browse files
committed
feat: toggle height from css var
1 parent 842659a commit 8b8d8f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/default.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
.toggle-handle {
5656
display: inline-block;
5757
background: var(--toggle-handle-enabled, #ffffff);
58-
width: 20px;
59-
height: 20px;
58+
width: var(--toggle-height, 1.25rem);
59+
height: var(--toggle-height, 1.25rem);
6060
top: 0;
6161
border-radius: 50%;
6262
position: absolute;

0 commit comments

Comments
 (0)