Make the poll tappable in the List timeline

This commit is contained in:
Thomas Ricouard 2023-02-01 09:21:52 +01:00
parent 1f22c47a14
commit 83049517c0

View File

@ -132,6 +132,7 @@ public struct StatusPollView: View {
} }
} }
.frame(height: .pollBarHeight) .frame(height: .pollBarHeight)
.buttonStyle(.borderless)
} }
} }
} }