소스 검색

PresentationTheme: BrightPalette: Update background color

This changes the background color according to Figma
Soomin Lee 6 년 전
부모
커밋
4f621d5b52
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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),