thread: adjust reply line opacity
This commit is contained in:
@@ -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)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user