Fixed list highlight color on ios
这个提交包含在:
父节点
5527c38c73
当前提交
68fe542085
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
@ -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,
|
||||||
|
|
正在加载…
在新工单中引用