Fixed list highlight color on ios

这个提交包含在:
keplyx 2019-09-17 11:14:38 +02:00
父节点 5527c38c73
当前提交 68fe542085

查看文件

@ -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,