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 c4c2f7b commit 19a14f4Copy full SHA for 19a14f4
V2er/View/Widget/Updatable/LoadmoreIndicatorView.swift
@@ -21,7 +21,8 @@ struct LoadmoreIndicatorView: View {
21
Group {
22
if !hasMoreData {
23
Text("No more data")
24
- .font(.callout)
+ .font(.caption)
25
+ .foregroundColor(.secondaryText)
26
} else if isLoading {
27
ActivityIndicator()
28
} else {
0 commit comments