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 5d06376 commit f0cc9c8Copy full SHA for f0cc9c8
WMFComponents/Sources/WMFComponents/Components/Activity Tab/WMFActivityTabCustomizeView.swift
@@ -68,7 +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)
+ .padding(.top, 12)
72
}
73
74
.listRowBackground(Color(theme.paperBackground).edgesIgnoringSafeArea([.all]))
0 commit comments