From a27952bbcaf29603ff403b227db067f35964ad16 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Wed, 10 Jan 2024 02:58:16 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=88=EB=A1=9C=EC=9A=B4=20=EC=BD=98?= =?UTF-8?q?=ED=85=90=EC=B8=A0=20=EB=93=B1=EB=A1=9D=ED=95=98=EA=B8=B0=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=20=EB=B0=B0=EA=B2=BD=EC=83=89=203bb9f1?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Content/ContentListView.swift | 4 ++-- .../Sources/Explorer/Profile/UserProfileContentView.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SodaLive/Sources/Content/ContentListView.swift b/SodaLive/Sources/Content/ContentListView.swift index 4242b62..1c2cdb7 100644 --- a/SodaLive/Sources/Content/ContentListView.swift +++ b/SodaLive/Sources/Content/ContentListView.swift @@ -41,7 +41,7 @@ struct ContentListView: View { .foregroundColor(Color(hex: "eeeeee")) .padding(.vertical, 17) .frame(maxWidth: .infinity) - .background(Color(hex: "9970ff")) + .background(Color(hex: "3bb9f1")) .cornerRadius(5.3) .padding(.top, 13.3) .padding(.horizontal, 13.3) @@ -147,7 +147,7 @@ struct ContentListView: 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(hex: "3bb9f1")) .foregroundColor(Color.white) .multilineTextAlignment(.leading) .cornerRadius(20) diff --git a/SodaLive/Sources/Explorer/Profile/UserProfileContentView.swift b/SodaLive/Sources/Explorer/Profile/UserProfileContentView.swift index 76f211d..7cf2a3f 100644 --- a/SodaLive/Sources/Explorer/Profile/UserProfileContentView.swift +++ b/SodaLive/Sources/Explorer/Profile/UserProfileContentView.swift @@ -35,7 +35,7 @@ struct UserProfileContentView: View { .foregroundColor(Color(hex: "eeeeee")) .padding(.vertical, 17) .frame(maxWidth: .infinity) - .background(Color(hex: "9970ff")) + .background(Color(hex: "3bb9f1")) .cornerRadius(5.3) .padding(.top, 21) .onTapGesture { AppState.shared.setAppStep(step: .createContent) }