commit d35945258ffe563cf93dd0eeb0c4a3d1b41b99c5
parent a6a9d4ed7721ad203398ae66a84ed6391e607c78
Author: William Casarin <jb55@jb55.com>
Date: Tue, 27 Dec 2022 15:23:32 -0800
thread: adjust reply line opacity
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/damus/Views/ThreadV2View.swift b/damus/Views/ThreadV2View.swift
@@ -255,7 +255,7 @@ struct ThreadV2View: View {
// vertical gray line in the background
Rectangle()
- .fill(Color.gray.opacity(0.5))
+ .fill(Color.gray.opacity(0.25))
.frame(width: 2, height: eventHeight)
.offset(x: 25, y: 40)
})