fixes dark mode on accounts overlay

This commit is contained in:
Stuart Breckenridge 2020-07-14 15:05:11 +08:00
parent 4982211e27
commit 06af59fb2b
No known key found for this signature in database
GPG Key ID: 79BD673276AE83CE
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ struct AccountsPreferencesView: View {
Spacer()
}
.background(Color.white)
.background(Color.init(.windowBackgroundColor))
}
}