fix(backup): add 8pt top padding to page 1 stats to match page 0 offset
Page 0 statsStrip has padding(.top,4) from ScrollView + padding(.vertical,4) on the HStack = 8pt before the numbers. Page 1 had none, placing text 8pt higher. Adding padding(.top,8) to page1BelowContent corrects the alignment. Co-Authored-By: Kutesir <kutesir@provoc.ug> Co-Authored-By: Sentry <sentry@provoc.ug>
This commit is contained in:
@@ -922,6 +922,7 @@ struct BackupView: View {
|
|||||||
color: AppTheme.positive)
|
color: AppTheme.positive)
|
||||||
}
|
}
|
||||||
.padding(.horizontal, AppTheme.hPad)
|
.padding(.horizontal, AppTheme.hPad)
|
||||||
|
.padding(.top, 8)
|
||||||
.padding(.bottom, 14)
|
.padding(.bottom, 14)
|
||||||
|
|
||||||
// Legend
|
// Legend
|
||||||
|
|||||||
Reference in New Issue
Block a user