From 89b0f1066d2e7e74b1a5ca5ab5262265f28e0447 Mon Sep 17 00:00:00 2001 From: caadiq Date: Mon, 13 Apr 2026 16:13:06 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=98=EB=93=9C=20=EB=82=9C=EC=9D=B4?= =?UTF-8?q?=EB=8F=84=20=EC=83=89=EC=83=81=EC=9D=84=20fuchsia(=EC=9E=90?= =?UTF-8?q?=ED=99=8D)=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/features/boss-crystal/admin/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/features/boss-crystal/admin/constants.js b/frontend/src/features/boss-crystal/admin/constants.js index a72e536..d7fdba2 100644 --- a/frontend/src/features/boss-crystal/admin/constants.js +++ b/frontend/src/features/boss-crystal/admin/constants.js @@ -2,7 +2,7 @@ export const DIFFICULTIES = [ { key: 'easy', label: '이지', color: 'text-slate-300 border-slate-400/40 bg-slate-400/10' }, { key: 'normal', label: '노말', color: 'text-sky-300 border-sky-400/40 bg-sky-400/10' }, - { key: 'hard', label: '하드', color: 'text-pink-300 border-pink-400/40 bg-pink-400/10' }, + { key: 'hard', label: '하드', color: 'text-fuchsia-300 border-fuchsia-400/40 bg-fuchsia-400/10' }, { key: 'chaos', label: '카오스', color: 'text-amber-300 border-amber-500/40 bg-amber-500/10' }, { key: 'extreme', label: '익스트림', color: 'text-red-400 border-red-500/40 bg-red-500/10' }, ]