mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-23 07:36:48 +00:00
Lint
This commit is contained in:
parent
b58b49a1c1
commit
8eee1788b6
2 changed files with 44 additions and 45 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue