Browse Source

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 years ago
parent
commit
f09d95bd80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Color/NCColorPicker.swift

+ 1 - 1
iOSClient/Color/NCColorPicker.swift

@@ -106,7 +106,7 @@ class NCColorPicker: UIViewController {
     }
 
     @IBAction func defaultButtonAction(_ sender: UIButton) {
-        updateColor(hexColor: NCBrandColor.shared.brandElement.hexString)
+        updateColor(hexColor: nil)
     }
 
     func updateColor(hexColor: String?) {