We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07af706 commit 76b60aaCopy full SHA for 76b60aa
WMFComponents/Sources/WMFComponents/Components/Activity Tab/WMFActivityTabCustomizeView.swift
@@ -68,6 +68,7 @@ public struct WMFActivityTabCustomizeView: View {
68
Text(viewModel.localizedStrings.footer)
69
.font(Font(WMFFont.for(.caption1)))
70
.foregroundStyle(Color(uiColor: theme.secondaryText))
71
+ .padding(.top, 16)
72
}
73
74
.listRowBackground(Color(theme.paperBackground).edgesIgnoringSafeArea([.all]))
0 commit comments