From 9f6aae270338cdc51fc239f5b967419e43c28d7b Mon Sep 17 00:00:00 2001 From: Jay Sheen Date: Thu, 16 Oct 2025 17:55:43 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=98=EB=8B=A8=20=ED=83=AD=EB=B0=94=20?= =?UTF-8?q?=EC=83=81=EB=8B=A8=20border=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 0.1px solid --color-E5E5E5 border-top 적용 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/shared/ui/assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/ui/assets/css/style.css b/src/shared/ui/assets/css/style.css index 3c7be67..1266d8c 100644 --- a/src/shared/ui/assets/css/style.css +++ b/src/shared/ui/assets/css/style.css @@ -295,6 +295,7 @@ footer { justify-content: space-around; align-items: center; z-index: 1000; + border-top: 0.1px solid var(--color-E5E5E5); } .tab-button {