commit 6edb3b1a401d95cf36ebfb59e2dcc223d2961a4e
parent d591dc0a7abe911ec42e1d35d07ea6ff5d284d3e
Author: William Casarin <jb55@jb55.com>
Date: Thu, 11 Jan 2024 13:05:26 -0800
timeline: remove dubious button styling setting
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/damus/Views/TimelineView.swift b/damus/Views/TimelineView.swift
@@ -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()