mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
fix padding
This commit is contained in:
parent
519f94dc9f
commit
30202d5555
1 changed files with 1 additions and 5 deletions
|
|
@ -195,12 +195,8 @@ struct SettingsViewBackup: View {
|
|||
}
|
||||
|
||||
VStack(alignment: .leading, spacing: 8) {
|
||||
Text(NSLocalizedString("Backup Coverage", comment: "Settings section title for backup coverage details"))
|
||||
.font(.footnote)
|
||||
.foregroundColor(.secondary)
|
||||
.padding(.horizontal, 20)
|
||||
.padding(.bottom, 2)
|
||||
BackupCoverageView()
|
||||
.padding(.horizontal, 20)
|
||||
}
|
||||
|
||||
Text(NSLocalizedString("Notice: This feature is still experimental. Please double-check your data after import/export. \nAlso note that when importing a backup your current data will be overwritten, it is not possible to merge yet.", comment: "Footer notice for experimental backup/restore feature"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue