This commit is contained in:
Thomas Ricouard 2022-12-31 06:48:09 +01:00
parent b58b49a1c1
commit 8eee1788b6
2 changed files with 44 additions and 45 deletions

View file

@ -21,7 +21,6 @@ public class Theme: ObservableObject {
@AppStorage(ThemeKey.label.rawValue) public var labelColor: Color = .black
public init() {
if !isSet {
setColor(set: DarkSet())
isSet.toggle()