mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-14 05:21:12 +00:00
Fix #1821
This commit is contained in:
parent
3a3cae21b0
commit
6e9bff575d
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ struct StatusRowContextMenu: View {
|
|||
.environment(SceneDelegate())
|
||||
.environment(quickLook)
|
||||
.environment(viewModel.client)
|
||||
.environment(RouterPath())
|
||||
.preferredColorScheme(Theme.shared.selectedScheme == .dark ? .dark : .light)
|
||||
.foregroundColor(Theme.shared.labelColor)
|
||||
.background(Theme.shared.primaryBackgroundColor)
|
||||
|
|
Loading…
Reference in a new issue