Drop black title from VersionView
Clashes with dark background.
This commit is contained in:
parent
12c6f40416
commit
991a283de9
|
@ -34,8 +34,7 @@ struct VersionView: View {
|
|||
appName: Unlocalized.appName,
|
||||
versionString: versionString,
|
||||
extraString: L10n.Version.Labels.intro
|
||||
).navigationTitle(L10n.Version.title)
|
||||
.background(themePrimaryBackground)
|
||||
).background(themePrimaryBackground)
|
||||
.foregroundColor(themeLightTextColor)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue