Skip to content

Commit 76b60aa

Browse files
author
golson
committed
Padding above footer
1 parent 07af706 commit 76b60aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WMFComponents/Sources/WMFComponents/Components/Activity Tab/WMFActivityTabCustomizeView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public struct WMFActivityTabCustomizeView: View {
6868
Text(viewModel.localizedStrings.footer)
6969
.font(Font(WMFFont.for(.caption1)))
7070
.foregroundStyle(Color(uiColor: theme.secondaryText))
71+
.padding(.top, 16)
7172
}
7273
}
7374
.listRowBackground(Color(theme.paperBackground).edgesIgnoringSafeArea([.all]))

0 commit comments

Comments
 (0)