浏览代码

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 年之前
父节点
当前提交
d90b325120
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      iOSClient/Color/NCColorPicker.swift

+ 1 - 1
iOSClient/Color/NCColorPicker.swift

@@ -106,7 +106,7 @@ class NCColorPicker: UIViewController {
             if let selectedColor = selectedColor {
             if let selectedColor = selectedColor {
                 customButton.backgroundColor = selectedColor
                 customButton.backgroundColor = selectedColor
             } else {
             } else {
-                customButton.backgroundColor = NCBrandColor.shared.systemBackground
+                customButton.backgroundColor = NCBrandColor.shared.brandElement
             }
             }
         } else {
         } else {
             customButton.backgroundColor = NCBrandColor.shared.systemTeal
             customButton.backgroundColor = NCBrandColor.shared.systemTeal