From ee0630c14ee34ac6737d658c336a3f84d7d63e45 Mon Sep 17 00:00:00 2001 From: doyeon Date: Tue, 21 Oct 2025 10:22:42 +0900 Subject: [PATCH] =?UTF-8?q?09=EB=B2=88=20=ED=8C=8C=EC=9D=BC=20=EC=83=89?= =?UTF-8?q?=EC=83=81=20=EB=8C=80=EB=B9=84=20=EA=B0=9C=EC=84=A0=20(secondar?= =?UTF-8?q?y=20=E2=86=92=20primary)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- design/uiux/prototype/09-이벤트기획안승인.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/design/uiux/prototype/09-이벤트기획안승인.html b/design/uiux/prototype/09-이벤트기획안승인.html index d992514..1bfedca 100644 --- a/design/uiux/prototype/09-이벤트기획안승인.html +++ b/design/uiux/prototype/09-이벤트기획안승인.html @@ -122,14 +122,14 @@ .prediction-stat { text-align: center; padding: var(--spacing-s); - background: linear-gradient(135deg, #F0F7FF 0%, #FFFFFF 100%); + background: linear-gradient(135deg, #FFF5F5 0%, #FFFFFF 100%); border-radius: var(--radius-m); } .prediction-stat__value { font-size: var(--font-size-xl); font-weight: var(--font-weight-bold); - color: var(--color-secondary); + color: var(--color-primary); margin-bottom: var(--spacing-xs); }