Browse Source

Fixed list highlight color on ios

keplyx 4 years ago
parent
commit
68fe542085
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      native-base-theme/variables/platformDark.js

+ 1
- 1
native-base-theme/variables/platformDark.js View File

@@ -201,7 +201,7 @@ export default {
201 201
     listBg: "transparent",
202 202
     listBorderColor: "#3e3e3e",
203 203
     listDividerBg: "#f4f4f4",
204
-    listBtnUnderlayColor: "#DDD",
204
+    listBtnUnderlayColor: "#3a3a3a",
205 205
     listItemPadding: platform === "ios" ? 10 : 12,
206 206
     listNoteColor: "#acacac",
207 207
     listNoteSize: 13,

Loading…
Cancel
Save