fix(sleek): fix toggle size (#1088)

fixes #1050
This commit is contained in:
darkthemer 2024-06-30 23:39:55 +08:00 committed by GitHub
parent 435cbf6646
commit 4374224156
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -693,8 +693,8 @@ TOGGLE
*/
.x-toggle-indicatorWrapper {
background-color: transparent;
height: 20px;
width: 40px;
height: 20px !important;
width: 40px !important;
box-shadow: 0 0 0 1px var(--spice-subtext);
}