Skip to content

Commit

Permalink
Update NavigationPage+View.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjmarf committed Sep 19, 2024
1 parent 2081214 commit 09ba25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mlem/App/Views/Shared/Navigation/NavigationPage+View.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ extension NavigationPage {
Button {
callback.wrappedValue(community, navigation)
} label: {
CommunityListRowBody(community)
CommunityListRowBody(community, readout: .subscribers)
.tint(Palette.main.primary)
}
.padding(.vertical, 6)
Expand Down

0 comments on commit 09ba25e

Please sign in to comment.