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)