From 83dd852ffb2e442870dcb57bb1ddeb7edacc2b6d Mon Sep 17 00:00:00 2001 From: caadiq Date: Sun, 5 Apr 2026 13:54:49 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EC=98=88=EB=8A=A5=20=EB=8B=A4?= =?UTF-8?q?=EC=8B=9C=EB=B3=B4=EA=B8=B0=20=EB=B2=84=ED=8A=BC=EC=9D=84=20?= =?UTF-8?q?=EB=8B=A4=ED=81=AC=20=EC=8A=A4=ED=83=80=EC=9D=BC=EB=A1=9C=20?= =?UTF-8?q?=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) --- .../src/pages/pc/public/schedule/sections/VarietySection.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/pc/public/schedule/sections/VarietySection.jsx b/frontend/src/pages/pc/public/schedule/sections/VarietySection.jsx index 7688d8f..d7ed090 100644 --- a/frontend/src/pages/pc/public/schedule/sections/VarietySection.jsx +++ b/frontend/src/pages/pc/public/schedule/sections/VarietySection.jsx @@ -76,7 +76,7 @@ function VarietySection({ schedule }) { href={schedule.replayUrl} target="_blank" rel="noopener noreferrer" - className="inline-flex items-center gap-1.5 px-4 py-2 bg-gray-100 hover:bg-gray-200 text-gray-700 text-sm font-medium rounded-full transition-colors" + className="inline-flex items-center gap-1.5 px-4 py-2 bg-gray-900 hover:bg-black text-white text-sm font-medium rounded-full transition-colors" > {isYoutubeReplay ? : } 다시보기