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