From 16ead161624d6c356b40eff04fe8242cd3a3f799 Mon Sep 17 00:00:00 2001 From: doyeon Date: Tue, 21 Oct 2025 10:15:22 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=EA=B2=BD-=EA=B8=80=EC=94=A8=20?= =?UTF-8?q?=EC=83=89=EC=83=81=20=EB=8C=80=EB=B9=84=20=EA=B0=9C=EC=84=A0?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EA=B0=80=EB=8F=85=EC=84=B1=20=ED=96=A5?= =?UTF-8?q?=EC=83=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 문제: secondary 계열 배경(#FFE9E9)에 secondary 글씨(#FF6B6B) 사용으로 낮은 대비 해결: primary 계열(배경 #FFE9EA, 글씨 #E31E24)로 변경하여 높은 대비 확보 수정 파일: - 07-AI참여방법설계.html: method-card__type, method-stat__value - 08-AI홍보문구생성.html: hashtag - 09-이벤트기획안승인.html: summary-item__badge - 12-QR포스터생성.html: template-card--selected, size-button--selected - 12-QR포스터생성선택.html: feature-tag - 14-콘텐츠최종승인.html: content-card__count 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- design/uiux/prototype/07-AI참여방법설계.html | 6 +++--- design/uiux/prototype/08-AI홍보문구생성.html | 4 ++-- design/uiux/prototype/09-이벤트기획안승인.html | 4 ++-- design/uiux/prototype/12-QR포스터생성.html | 6 +++--- design/uiux/prototype/12-QR포스터생성선택.html | 4 ++-- design/uiux/prototype/14-콘텐츠최종승인.html | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/design/uiux/prototype/07-AI참여방법설계.html b/design/uiux/prototype/07-AI참여방법설계.html index afad41d..759331e 100644 --- a/design/uiux/prototype/07-AI참여방법설계.html +++ b/design/uiux/prototype/07-AI참여방법설계.html @@ -249,8 +249,8 @@ .method-card__type { display: inline-block; font-size: 12px; - color: var(--color-secondary); - background: var(--color-secondary-light); + color: var(--color-primary); + background: var(--color-primary-50); padding: 2px var(--spacing-s); border-radius: var(--radius-s); margin-bottom: var(--spacing-s); @@ -280,7 +280,7 @@ .method-stat__value { font-size: 15px; font-weight: 700; - color: var(--color-secondary); + color: var(--color-primary); margin-bottom: var(--spacing-xs); } diff --git a/design/uiux/prototype/08-AI홍보문구생성.html b/design/uiux/prototype/08-AI홍보문구생성.html index b6771fc..b3c8447 100644 --- a/design/uiux/prototype/08-AI홍보문구생성.html +++ b/design/uiux/prototype/08-AI홍보문구생성.html @@ -352,8 +352,8 @@ } .hashtag { - background: var(--color-secondary-light); - color: var(--color-secondary); + background: var(--color-primary-light); + color: var(--color-primary); padding: var(--spacing-xs) var(--spacing-s); border-radius: var(--radius-s); font-size: var(--font-size-xs); diff --git a/design/uiux/prototype/09-이벤트기획안승인.html b/design/uiux/prototype/09-이벤트기획안승인.html index 672d25d..68ac0e7 100644 --- a/design/uiux/prototype/09-이벤트기획안승인.html +++ b/design/uiux/prototype/09-이벤트기획안승인.html @@ -285,8 +285,8 @@ .summary-item__badge { display: inline-block; - background: var(--color-secondary-light); - color: var(--color-secondary); + background: var(--color-primary-light); + color: var(--color-primary); padding: 2px var(--spacing-s); border-radius: var(--radius-s); font-size: var(--font-size-xs); diff --git a/design/uiux/prototype/12-QR포스터생성.html b/design/uiux/prototype/12-QR포스터생성.html index f32744f..6c7a6d9 100644 --- a/design/uiux/prototype/12-QR포스터생성.html +++ b/design/uiux/prototype/12-QR포스터생성.html @@ -299,7 +299,7 @@ .template-card--selected { border-color: var(--color-secondary); - background: var(--color-secondary-light); + background: var(--color-primary-light); } .template-card__header { @@ -404,8 +404,8 @@ .size-button--selected { border-color: var(--color-secondary); - background: var(--color-secondary-light); - color: var(--color-secondary); + background: var(--color-primary-light); + color: var(--color-primary); } .text-input { diff --git a/design/uiux/prototype/12-QR포스터생성선택.html b/design/uiux/prototype/12-QR포스터생성선택.html index 1001f87..cd7f6c6 100644 --- a/design/uiux/prototype/12-QR포스터생성선택.html +++ b/design/uiux/prototype/12-QR포스터생성선택.html @@ -237,8 +237,8 @@ } .feature-tag { - background: var(--color-secondary-light); - color: var(--color-secondary); + background: var(--color-primary-light); + color: var(--color-primary); padding: 2px var(--spacing-s); border-radius: var(--radius-s); font-size: var(--font-size-xs); diff --git a/design/uiux/prototype/14-콘텐츠최종승인.html b/design/uiux/prototype/14-콘텐츠최종승인.html index b5fcfc6..b14ee7d 100644 --- a/design/uiux/prototype/14-콘텐츠최종승인.html +++ b/design/uiux/prototype/14-콘텐츠최종승인.html @@ -247,8 +247,8 @@ } .content-card__count { - background: var(--color-secondary-light); - color: var(--color-secondary); + background: var(--color-primary-light); + color: var(--color-primary); padding: 2px var(--spacing-s); border-radius: var(--radius-s); font-size: var(--font-size-xs);