From 651d612cc7ecbf9ea9522883bb5bc72f7d804b9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 17 Jun 2024 17:25:35 +0000 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=92=84=20swift-format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UsernameSettingLogic/UsernameSetting.swift | 2 +- .../TenMatch/Sources/MatchedFeature/Matched.swift | 14 +++++++------- .../RecommendationEmpty.swift | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Packages/MatchCore/Sources/UsernameSettingLogic/UsernameSetting.swift b/Packages/MatchCore/Sources/UsernameSettingLogic/UsernameSetting.swift index 2578eaff..fce9c920 100644 --- a/Packages/MatchCore/Sources/UsernameSettingLogic/UsernameSetting.swift +++ b/Packages/MatchCore/Sources/UsernameSettingLogic/UsernameSetting.swift @@ -129,7 +129,7 @@ public struct UsernameSettingLogic { AlertState.errorLog(message: error.message) ) return .none - + case let .updateTentenResponse(.failure(error as ServerError)): state.isActivityIndicatorVisible = false state.destination = .alert( diff --git a/Packages/TenMatch/Sources/MatchedFeature/Matched.swift b/Packages/TenMatch/Sources/MatchedFeature/Matched.swift index abc0768c..7e79b9e6 100644 --- a/Packages/TenMatch/Sources/MatchedFeature/Matched.swift +++ b/Packages/TenMatch/Sources/MatchedFeature/Matched.swift @@ -18,17 +18,17 @@ public struct MatchedView: View { Image(ImageResource.matched) .resizable() .aspectRatio(contentMode: .fit) - + HStack(spacing: 8) { Color.blue .clipShape(Circle()) .frame(width: 128, height: 128) - + Color.blue .clipShape(Circle()) .frame(width: 128, height: 128) } - + Text("You matched with XXXX", bundle: .module) .foregroundStyle(Color.white) .font(.system(.headline, design: .rounded, weight: .semibold)) @@ -69,10 +69,10 @@ public struct MatchedView: View { .background( LinearGradient( colors: [ - Color(0xFF30D158), - Color(0xFFFFD60A), - Color(0xFFFF2E00), - Color(0xFF000000) + Color(0xFF30_D158), + Color(0xFFFF_D60A), + Color(0xFFFF_2E00), + Color(0xFF00_0000), ], startPoint: .top, endPoint: .bottom diff --git a/Packages/TenMatch/Sources/RecommendationFeature/RecommendationEmpty.swift b/Packages/TenMatch/Sources/RecommendationFeature/RecommendationEmpty.swift index c192f5ad..3af33a1a 100644 --- a/Packages/TenMatch/Sources/RecommendationFeature/RecommendationEmpty.swift +++ b/Packages/TenMatch/Sources/RecommendationFeature/RecommendationEmpty.swift @@ -45,8 +45,8 @@ public struct RecommendationEmptyView: View { .background( LinearGradient( colors: [ - Color(0xFFB85BE9), - Color(0xFF000000) + Color(0xFFB8_5BE9), + Color(0xFF00_0000), ], startPoint: .topTrailing, endPoint: .bottomLeading