From 250155a57732809323378b573e5856fd9454c0f8 Mon Sep 17 00:00:00 2001 From: jihyeonjjang Date: Thu, 16 Oct 2025 02:45:23 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B3=B5=ED=8F=AC=20=ED=83=90=EC=9A=95?= =?UTF-8?q?=20=EC=A7=80=EC=88=98=20=EA=B7=B9=EB=8B=A8=EC=A0=81=20=EA=B3=B5?= =?UTF-8?q?=ED=8F=AC/=ED=83=90=EC=9A=95=EC=9D=BC=20=EB=95=8C=20=EB=9D=BC?= =?UTF-8?q?=EB=B2=A8=20=EC=9E=98=EB=A6=BC=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AIProject/iCo/Features/Dashboard/View/FearGreedView.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AIProject/iCo/Features/Dashboard/View/FearGreedView.swift b/AIProject/iCo/Features/Dashboard/View/FearGreedView.swift index 5a4cc7d1..810588ac 100644 --- a/AIProject/iCo/Features/Dashboard/View/FearGreedView.swift +++ b/AIProject/iCo/Features/Dashboard/View/FearGreedView.swift @@ -91,6 +91,8 @@ extension FearGreedView { .font(.system(size: size.width * 0.15, weight: .semibold)) .foregroundStyle(viewModel.fearGreed.color) .padding(.top, size.height * 0.01) + .frame(maxWidth: size.width * 0.6) + .multilineTextAlignment(.center) .minimumScaleFactor(0.5) } .offset(y: size.height * 0.15)