1
0
mirror of git://jb55.com/damus synced 2024-09-19 19:46:51 +00:00

thread: adjust reply line opacity

This commit is contained in:
William Casarin 2022-12-27 15:23:32 -08:00
parent a6a9d4ed77
commit d35945258f

View File

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