From a223896ea03ea69f72bc27f0cf0c7c964ed2bb5a Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Thu, 15 Dec 2022 02:46:01 +0100 Subject: [PATCH] Improved the styling of the action buttons in the ProfileView and the MessageView views. --- Modules/Sources/Browse/UI/Components/MessageView.swift | 2 +- Modules/Sources/Profile/UI/Views/ProfileView.swift | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Modules/Sources/Browse/UI/Components/MessageView.swift b/Modules/Sources/Browse/UI/Components/MessageView.swift index eaa6356..47cd6f9 100644 --- a/Modules/Sources/Browse/UI/Components/MessageView.swift +++ b/Modules/Sources/Browse/UI/Components/MessageView.swift @@ -48,7 +48,7 @@ struct MessageView: View { bundle: .module ) .font(.body) - .foregroundColor(.primary) + .fontWeight(.semibold) .frame(maxWidth: .infinity) } .tint(.red) diff --git a/Modules/Sources/Profile/UI/Views/ProfileView.swift b/Modules/Sources/Profile/UI/Views/ProfileView.swift index e508eb7..5592c90 100644 --- a/Modules/Sources/Profile/UI/Views/ProfileView.swift +++ b/Modules/Sources/Profile/UI/Views/ProfileView.swift @@ -90,6 +90,7 @@ public struct ProfileView: View { "profile.button.log_out.text", bundle: .module ) + .font(.body) .fontWeight(.semibold) .foregroundColor(.primary) .frame(maxWidth: .infinity)