mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-18 06:23:52 +00:00
Fix settings modal theme
This commit is contained in:
parent
43ac56302e
commit
7abe792e20
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ extension View {
|
|||
case .settings:
|
||||
SettingsTabs(popToRootTab: .constant(.settings))
|
||||
.withEnvironments()
|
||||
.preferredColorScheme(Theme.shared.selectedScheme == .dark ? .dark : .light)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue