Fix mention rounded border

Closes: #670
This commit is contained in:
OlegAba
2023-02-21 22:11:07 -05:00
committed by William Casarin
parent 75fb0d19e2
commit 810b3e1fa5

View File

@@ -71,8 +71,10 @@ struct BuilderEventView: View {
}
}
.frame(minWidth: 0, maxWidth: .infinity)
.cornerRadius(8)
.border(Color.gray.opacity(0.2), width: 1)
.overlay(
RoundedRectangle(cornerRadius: 10)
.stroke(Color.gray.opacity(0.2), lineWidth: 1.0)
)
.onAppear {
self.load()
}