Skip to content

Commit

Permalink
Fix Spacer size
Browse files Browse the repository at this point in the history
  • Loading branch information
lucka-me committed May 29, 2021
1 parent 16ae9f0 commit 36c82ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shared/Views/Dashboard/DashboardGalleryView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ struct DashboardGalleryView: View {
.lineLimit(1)
.font(.caption)
.foregroundColor(nomination.statusData.color)
Spacer()
Spacer(minLength: 0)
}
.padding(8)
}
Expand Down

0 comments on commit 36c82ce

Please sign in to comment.