Fixed that Divider didn't set its color correctly
This commit is contained in:
parent
53f0380302
commit
9c8fe481f8
|
@ -10,8 +10,8 @@ struct Divider: View {
|
|||
|
||||
var body: some View {
|
||||
Rectangle()
|
||||
.fill(color)
|
||||
.frame(height: height)
|
||||
.background(color)
|
||||
.listRowInsets(EdgeInsets())
|
||||
.edgesIgnoringSafeArea(.horizontal)
|
||||
.padding(0)
|
||||
|
|
Loading…
Reference in New Issue