From ec1c413ba843f33f37d979410f611e9cfbc03297 Mon Sep 17 00:00:00 2001 From: caadiq Date: Sun, 7 Jun 2026 17:28:32 +0900 Subject: [PATCH] =?UTF-8?q?style(pc):=20=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A1=A4=EB=B0=94=20=ED=95=B8=EB=93=A4=20?= =?UTF-8?q?=EB=81=9D=EC=9D=84=20=EB=91=A5=EA=B8=80=EA=B2=8C=20(os-handle-b?= =?UTF-8?q?order-radius)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/index.css b/frontend/src/index.css index f1d82ba..33ff3f9 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -9,6 +9,7 @@ --os-handle-bg-hover: rgba(84, 131, 96, 0.78); --os-handle-bg-active: rgba(69, 110, 80, 0.9); --os-size: 11px; + --os-handle-border-radius: 9999px; --os-padding-perpendicular: 2px; --os-padding-axis: 2px; }