Skip to content

Commit

Permalink
fix: wrong space
Browse files Browse the repository at this point in the history
  • Loading branch information
pmusolino committed Oct 4, 2024
1 parent 0b6bcbc commit bf1eb76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ struct TopPerformersDashboardView: View {

Divider()
.padding(.leading, Layout.padding)

viewAllAnalyticsButton
.padding(.horizontal, Layout.padding)
.redacted(reason: viewModel.periodViewModel.redacted.actionButton ? [.placeholder] : [])
Expand Down

0 comments on commit bf1eb76

Please sign in to comment.