Browse Source

thread: adjust reply line opacity

post-button-style
William Casarin 2 years ago
parent
commit
d35945258f
  1. 2
      damus/Views/ThreadV2View.swift

2
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)
})

Loading…
Cancel
Save