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 // vertical gray line in the background
Rectangle() Rectangle()
.fill(Color.gray.opacity(0.5)) .fill(Color.gray.opacity(0.25))
.frame(width: 2, height: eventHeight) .frame(width: 2, height: eventHeight)
.offset(x: 25, y: 40) .offset(x: 25, y: 40)
}) })