Fixed list highlight color on ios

This commit is contained in:
keplyx 2019-09-17 11:14:38 +02:00
parent 5527c38c73
commit 68fe542085

View file

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