Set Divider color to gray instead of black, makes it more friendly and less hard

This commit is contained in:
dankito 2020-09-09 13:33:24 +02:00
parent 9c8fe481f8
commit 2339cba451
1 changed files with 1 additions and 1 deletions

View File

@ -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 {