fix: change style, demo page visual looks as done

This commit is contained in:
2026-08-31 18:07:34 +05:00
parent d73b9056d7
commit 749b97cb4f
9 changed files with 18 additions and 15 deletions
+1 -3
View File
@@ -30,7 +30,7 @@
width: 32px;
height: 18px;
border: 1px solid var(--line);
border-radius: 999px;
border-radius: 0;
background: var(--background);
cursor: pointer;
padding: 0;
@@ -40,8 +40,6 @@
border-color: var(--blue);
}
.toggle-knob {
border-radius: 50%;
background: var(--foreground);
transition: transform 0.12s ease;
}
.toggle.on .toggle-knob {