소스 검색

PresentationTheme: Update cellBackgroundB to be a variant of cellBackgroundA

Soomin Lee 5 년 전
부모
커밋
0ae44a28cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      SharedSources/PresentationTheme.swift

+ 1 - 1
SharedSources/PresentationTheme.swift

@@ -166,7 +166,7 @@ let darkPalette = ColorPalette(isDark: true,
                                navigationbarTextColor: UIColor(0xFFFFFF),
                                background: UIColor(0x1B1E21),
                                cellBackgroundA: UIColor(0x1B1E21),
-                               cellBackgroundB: UIColor(0x000000),
+                               cellBackgroundB: UIColor(0x494B4D),
                                cellDetailTextColor: UIColor(0xD3D3D3),
                                cellTextColor: UIColor(0xFFFFFF),
                                lightTextColor: UIColor(0xB8B8B8),