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
1 changed files with 1 additions and 0 deletions

View File

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