Merge branch 'feature/5319_server_info_button_appearance' into 'develop'

MESSENGER-5319 change server info text color

See merge request bwmessenger/bundesmessenger/bundesmessenger-ios!260
This commit is contained in:
JanNiklas Grabowski
2023-11-29 07:44:52 +00:00

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 {