Set Divider color to gray instead of black, makes it more friendly and less hard
This commit is contained in:
parent
9c8fe481f8
commit
2339cba451
|
@ -151,7 +151,7 @@ struct AccountTransactionsDialog: View {
|
|||
.frame(height: 40)
|
||||
.padding(0)
|
||||
.systemGroupedBackground()
|
||||
.overlay(Divider(), alignment: .top)
|
||||
.overlay(Divider(color: Color.gray), alignment: .top)
|
||||
}
|
||||
}
|
||||
.executeMutatingMethod {
|
||||
|
|
Loading…
Reference in New Issue