timeline: remove dubious button styling setting
This commit is contained in:
@@ -49,7 +49,7 @@ struct TimelineView<Content: View>: View {
|
||||
return Color.clear
|
||||
})
|
||||
}
|
||||
.buttonStyle(BorderlessButtonStyle())
|
||||
//.buttonStyle(BorderlessButtonStyle())
|
||||
.coordinateSpace(name: "scroll")
|
||||
.onReceive(handle_notify(.scroll_to_top)) { () in
|
||||
events.flush()
|
||||
|
||||
Reference in New Issue
Block a user