mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-20 04:03:26 +01:00
[FIX] Text alignment in SettingsView
This commit is contained in:
@@ -77,7 +77,7 @@ struct SettingsView: View {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} footer: {
|
} footer: {
|
||||||
VStack(spacing: 4) {
|
VStack(alignment: .leading, spacing: 4) {
|
||||||
Text(L10n.SettingsView.ConnectedAppleID.Footer.p1)
|
Text(L10n.SettingsView.ConnectedAppleID.Footer.p1)
|
||||||
|
|
||||||
Text(L10n.SettingsView.ConnectedAppleID.Footer.p2)
|
Text(L10n.SettingsView.ConnectedAppleID.Footer.p2)
|
||||||
@@ -218,7 +218,9 @@ struct SettingsView: View {
|
|||||||
|
|
||||||
struct SettingsView_Previews: PreviewProvider {
|
struct SettingsView_Previews: PreviewProvider {
|
||||||
static var previews: some View {
|
static var previews: some View {
|
||||||
SettingsView()
|
NavigationView {
|
||||||
|
SettingsView()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user