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,
|
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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue