From 613c323b86ac80d39b06247237ffbd66c95530f5 Mon Sep 17 00:00:00 2001 From: hyunho Date: Wed, 25 Mar 2026 12:45:07 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=95=84=EC=9B=83=20?= =?UTF-8?q?=EC=95=84=EC=9D=B4=EC=BD=98=20=EA=B5=90=EC=B2=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/public/index.html | 10 +++++++++- frontend/public/styles.css | 11 ++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index 465b812..fb5115a 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -51,7 +51,15 @@
- +
diff --git a/frontend/public/styles.css b/frontend/public/styles.css index 5d28bb4..433d46f 100644 --- a/frontend/public/styles.css +++ b/frontend/public/styles.css @@ -275,7 +275,16 @@ width: 34px; padding: 0; justify-content: center; - font-size: 13px; +} + +.icon-button svg { + width: 15px; + height: 15px; + stroke: currentColor; + stroke-width: 1.9; + fill: none; + stroke-linecap: round; + stroke-linejoin: round; } .dashboard-main {