timeline: remove dubious button styling setting

This commit is contained in:
William Casarin
2024-01-11 13:05:26 -08:00
parent d591dc0a7a
commit 6edb3b1a40

View File

@@ -49,7 +49,7 @@ struct TimelineView<Content: View>: View {
return Color.clear return Color.clear
}) })
} }
.buttonStyle(BorderlessButtonStyle()) //.buttonStyle(BorderlessButtonStyle())
.coordinateSpace(name: "scroll") .coordinateSpace(name: "scroll")
.onReceive(handle_notify(.scroll_to_top)) { () in .onReceive(handle_notify(.scroll_to_top)) { () in
events.flush() events.flush()