Skip to content

Commit f0cc9c8

Browse files
committed
Try 12px footer
1 parent 5d06376 commit f0cc9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +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)
71+
.padding(.top, 12)
7272
}
7373
}
7474
.listRowBackground(Color(theme.paperBackground).edgesIgnoringSafeArea([.all]))

0 commit comments

Comments
 (0)