From 68fe542085121ced5d642c6fc66dd06e4d948272 Mon Sep 17 00:00:00 2001 From: keplyx Date: Tue, 17 Sep 2019 11:14:38 +0200 Subject: [PATCH] Fixed list highlight color on ios --- native-base-theme/variables/platformDark.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native-base-theme/variables/platformDark.js b/native-base-theme/variables/platformDark.js index c5744d7..3b8291e 100644 --- a/native-base-theme/variables/platformDark.js +++ b/native-base-theme/variables/platformDark.js @@ -201,7 +201,7 @@ export default { listBg: "transparent", listBorderColor: "#3e3e3e", listDividerBg: "#f4f4f4", - listBtnUnderlayColor: "#DDD", + listBtnUnderlayColor: "#3a3a3a", listItemPadding: platform === "ios" ? 10 : 12, listNoteColor: "#acacac", listNoteSize: 13,