From 7a51e2d404d82a8fa491ad08bc88112a7173dff7 Mon Sep 17 00:00:00 2001 From: Insert5StarName Date: Sun, 1 Oct 2023 01:20:20 +0200 Subject: prototype: decreased rounding --- packages/frontend/src/components/MkSwitch.button.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/frontend/src/components/MkSwitch.button.vue') diff --git a/packages/frontend/src/components/MkSwitch.button.vue b/packages/frontend/src/components/MkSwitch.button.vue index a7e91acc39..9d20103364 100644 --- a/packages/frontend/src/components/MkSwitch.button.vue +++ b/packages/frontend/src/components/MkSwitch.button.vue @@ -52,7 +52,7 @@ const toggle = () => { background: var(--switchOffBg); background-clip: content-box; border: solid 1px var(--switchOffBg); - border-radius: 999px; + border-radius: 4px; cursor: pointer; transition: inherit; user-select: none; @@ -72,7 +72,7 @@ const toggle = () => { top: 3px; width: 15px; height: 15px; - border-radius: 999px; + border-radius: 4px; transition: all 0.2s ease; &:not(.knobChecked) { -- cgit v1.2.3-freya