forked from vergnet/application-amicale
Fixed list highlight color on ios
This commit is contained in:
parent
5527c38c73
commit
68fe542085
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue