mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-04-27 02:14:45 +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:
|
case .settings:
|
||||||
SettingsTabs(popToRootTab: .constant(.settings))
|
SettingsTabs(popToRootTab: .constant(.settings))
|
||||||
.withEnvironments()
|
.withEnvironments()
|
||||||
|
.preferredColorScheme(Theme.shared.selectedScheme == .dark ? .dark : .light)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue