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

View File

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