Sfoglia il codice sorgente

PresentationTheme: Bright: Set cellbackgroundA to 0xFFFFFF

According to design
Soomin Lee 6 anni fa
parent
commit
9808cdc85f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      SharedSources/PresentationTheme.swift

+ 1 - 1
SharedSources/PresentationTheme.swift

@@ -147,7 +147,7 @@ let brightPalette = ColorPalette(isDark: false,
                                  navigationbarColor: UIColor(0xFFFFFF),
                                  navigationbarTextColor: UIColor(0x000000),
                                  background: UIColor(0xFFFFFF),
-                                 cellBackgroundA: UIColor(0xF9F9F7),
+                                 cellBackgroundA: UIColor(0xFFFFFF),
                                  cellBackgroundB: UIColor(0xE5E5E3),
                                  cellDetailTextColor: UIColor(0xA9A9A9),
                                  cellTextColor: UIColor(0x000000),