From 3b06b955868a7961bd7a08fb69009df400833fbc Mon Sep 17 00:00:00 2001 From: claude-owner Date: Mon, 1 Jun 2026 10:44:29 +0900 Subject: [PATCH] =?UTF-8?q?ui(prediction):=20rounded-lg=20=E2=86=92=20roun?= =?UTF-8?q?ded-md=20to=20match=20detail-page=20palette?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 종목 상세 페이지(/[code]) 본문에서 유일하게 남아 있던 rounded-lg divergence. 다른 본문 카드(MetricsPanel / IntradayReturns / PeriodReturns / CompositeScoreCard / PeerComparePanel / TradingValuePanel / InvestorCumulative / DisclosuresPanel / NewsList / SymbolSidebar) 가 모두 rounded-md border-zinc-800 bg-zinc-900/40 톤이라 PredictionPanel 만 모서리가 살짝 더 둥글어 시각적으로 튀었음. 홈 페이지 쪽(IndicesPanel / SeedTiles / RecentTiles) 의 rounded-lg + bg-zinc-900/30 묶음은 별도 슬라이스 — 홈 페이지는 카드가 더 크고 타일 그리드라 다른 톤 묶음을 의도적으로 유지할 수 있음. 이번 턴은 상세 페이지 본문 톤 완전 통일만 노림. 검증: - npx tsc --noEmit clean - npx next lint "✔ No ESLint warnings or errors" --- web/components/PredictionPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/PredictionPanel.tsx b/web/components/PredictionPanel.tsx index 7d94564..28d1ef5 100644 --- a/web/components/PredictionPanel.tsx +++ b/web/components/PredictionPanel.tsx @@ -75,7 +75,7 @@ export function PredictionPanel({ code, initial, onResult }: Props) { const steps = pred?.steps ?? []; return ( -
+
예측 (Chronos + LightGBM 앙상블)