fixes dark mode on accounts overlay
This commit is contained in:
parent
4982211e27
commit
06af59fb2b
|
@ -104,7 +104,7 @@ struct AccountsPreferencesView: View {
|
|||
|
||||
Spacer()
|
||||
}
|
||||
.background(Color.white)
|
||||
.background(Color.init(.windowBackgroundColor))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue