MESSENGER-5319 change server info text color

This commit is contained in:
JanNiklas Grabowski
2023-11-27 17:00:51 +01:00
parent abc3b27369
commit 53ae1048f0

View File

@@ -47,7 +47,7 @@ struct AuthenticationServerInfoSection: View {
Text(address)
.font(theme.fonts.body)
.foregroundColor(theme.colors.primaryContent)
.foregroundColor(theme.colors.secondaryContent)
if !BWIBuildSettings.shared.bumLoginFlowLayout {