From 2bea2365a029d60fd1785cb97c438a18d151012c Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Wed, 4 Sep 2024 15:43:34 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=88=EC=9D=B4=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20-=20=ED=8C=94=EB=A1=9C=EC=9E=89=20=EB=A6=AC?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EB=B2=84=ED=8A=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Sources/Follow/FollowCreatorView.swift | 39 +++++++++++-------- SodaLive/Sources/MyPage/MyPageView.swift | 21 ++++++++-- 2 files changed, 41 insertions(+), 19 deletions(-) diff --git a/SodaLive/Sources/Follow/FollowCreatorView.swift b/SodaLive/Sources/Follow/FollowCreatorView.swift index d992864..52e5079 100644 --- a/SodaLive/Sources/Follow/FollowCreatorView.swift +++ b/SodaLive/Sources/Follow/FollowCreatorView.swift @@ -14,36 +14,37 @@ struct FollowCreatorView: View { var body: some View { BaseView(isLoading: $viewModel.isLoading) { VStack(spacing: 0) { - DetailNavigationBar(title: "팔로잉 채널리스트") + DetailNavigationBar(title: "팔로잉 리스트") HStack(spacing: 0) { Text("총 ") .font(.custom(Font.medium.rawValue, size: 13.3)) - .foregroundColor(Color(hex: "eeeeee")) + .foregroundColor(Color.grayee) Text("\(viewModel.totalCount)") .font(.custom(Font.medium.rawValue, size: 13.3)) - .foregroundColor(Color(hex: "dd4500")) + .foregroundColor(Color.mainRed3) Text(" 명") .font(.custom(Font.medium.rawValue, size: 13.3)) - .foregroundColor(Color(hex: "eeeeee")) + .foregroundColor(Color.grayee) Spacer() } .padding(.horizontal, 13.3) .padding(.top, 6.7) - ScrollView(.vertical, showsIndicators: false) { - VStack(spacing: 13.3) { - ForEach(0.. 0 { + ScrollView(.vertical, showsIndicators: false) { + VStack(spacing: 13.3) { + ForEach(0..