From 677e8cac0a06fb1456d955a5c145e71375d6a941 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Wed, 4 Jun 2025 16:38:44 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=BD=98=ED=85=90=EC=B8=A0=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20-=20=ED=86=A0=EC=8A=A4=ED=8A=B8,=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=EB=B2=84=ED=8A=BC=20=EB=B0=B0=EA=B2=BD=EC=83=89=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Content/Modify/ContentModifyView.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SodaLive/Sources/Content/Modify/ContentModifyView.swift b/SodaLive/Sources/Content/Modify/ContentModifyView.swift index a4b653c..7c24399 100644 --- a/SodaLive/Sources/Content/Modify/ContentModifyView.swift +++ b/SodaLive/Sources/Content/Modify/ContentModifyView.swift @@ -66,7 +66,7 @@ struct ContentModifyView: View { Image("ic_camera") .padding(10) - .background(Color(hex: "9970ff")) + .background(Color.button) .cornerRadius(30) .offset(x: 50, y: 36) } @@ -189,12 +189,12 @@ struct ContentModifyView: View { VStack(spacing: 0) { HStack(alignment: .top, spacing: 0) { - Text("등록") + Text("수정") .font(.custom(Font.bold.rawValue, size: 18.3)) .foregroundColor(Color.white) .frame(height: 50) .frame(maxWidth: .infinity) - .background(Color(hex: "9970ff")) + .background(Color.button) .cornerRadius(10) .padding(13.3) } @@ -244,7 +244,7 @@ struct ContentModifyView: View { .padding(.vertical, 13.3) .frame(width: screenSize().width - 66.7, alignment: .center) .font(.custom(Font.medium.rawValue, size: 12)) - .background(Color(hex: "9970ff")) + .background(Color.button) .foregroundColor(Color.white) .multilineTextAlignment(.center) .cornerRadius(20)