Selaa lähdekoodia

PresentationTheme: BrightPalette: Update background color

This changes the background color according to Figma
Soomin Lee 6 vuotta sitten
vanhempi
commit
4f621d5b52
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      SharedSources/PresentationTheme.swift

+ 1 - 1
SharedSources/PresentationTheme.swift

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