소스 검색

PresentationTheme: Bright: Set cellbackgroundA to 0xFFFFFF

According to design
Soomin Lee 6 년 전
부모
커밋
9808cdc85f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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),