diff --git a/Packages/StatusKit/Sources/StatusKit/Poll/StatusPollView.swift b/Packages/StatusKit/Sources/StatusKit/Poll/StatusPollView.swift index 39847cb3f..ecaacf7ad 100644 --- a/Packages/StatusKit/Sources/StatusKit/Poll/StatusPollView.swift +++ b/Packages/StatusKit/Sources/StatusKit/Poll/StatusPollView.swift @@ -177,7 +177,7 @@ public struct StatusPollView: View { .background(alignment: .leading) { if viewModel.showResults || status.account.id == currentAccount.account?.id { _PercentWidthLayout(percent: relativePercent(for: option.votesCount ?? 0)) { - RoundedRectangle(cornerRadius: 10).foregroundColor(theme.tintColor) + RoundedRectangle(cornerRadius: 10).foregroundColor(theme.tintColor.opacity(0.6)) .transition( .asymmetric( insertion: .push(from: .leading),