Skip to content

Commit 105041a

Browse files
authored
Update ObservableUserDefaults.swift
1 parent 81bfdc9 commit 105041a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopFollow/Storage/ObservableUserDefaults.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class ObservableUserDefaults {
1919
var contactEnabled = ObservableUserDefaultsValue<Bool>(key: "contactEnabled", default: false)
2020
var contactTrend = ObservableUserDefaultsValue<Bool>(key: "contactTrend", default: false)
2121
var contactDelta = ObservableUserDefaultsValue<Bool>(key: "contactDelta", default: false)
22-
var contactColor = ObservableUserDefaultsValue<String>(key: "contactColor", default: "")
22+
var contactColor = ObservableUserDefaultsValue<String>(key: "contactColor", default: "white")
2323

2424

2525
private init() {}

0 commit comments

Comments
 (0)