Fix settings modal theme

This commit is contained in:
Thomas Ricouard 2023-01-26 09:02:57 +01:00
parent 43ac56302e
commit 7abe792e20

View file

@ -77,6 +77,7 @@ extension View {
case .settings:
SettingsTabs(popToRootTab: .constant(.settings))
.withEnvironments()
.preferredColorScheme(Theme.shared.selectedScheme == .dark ? .dark : .light)
}
}
}