ソースを参照

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 {
                 customButton.backgroundColor = selectedColor
             } else {
-                customButton.backgroundColor = NCBrandColor.shared.systemBackground
+                customButton.backgroundColor = NCBrandColor.shared.brandElement
             }
         } else {
             customButton.backgroundColor = NCBrandColor.shared.systemTeal