Drop black title from VersionView

Clashes with dark background.
This commit is contained in:
Davide De Rosa 2022-04-19 09:52:23 +02:00
parent 12c6f40416
commit 991a283de9
1 changed files with 1 additions and 2 deletions

View File

@ -34,8 +34,7 @@ struct VersionView: View {
appName: Unlocalized.appName, appName: Unlocalized.appName,
versionString: versionString, versionString: versionString,
extraString: L10n.Version.Labels.intro extraString: L10n.Version.Labels.intro
).navigationTitle(L10n.Version.title) ).background(themePrimaryBackground)
.background(themePrimaryBackground)
.foregroundColor(themeLightTextColor) .foregroundColor(themeLightTextColor)
} }
} }