update config

This commit is contained in:
Fine 2025-02-20 16:00:32 +08:00
parent 4e5181dd8a
commit aa18623d7e
2 changed files with 12 additions and 0 deletions

View File

@ -86,6 +86,9 @@ limitations under the License. -->
fontSize: 12, fontSize: 12,
color: "#eee", color: "#eee",
}, },
pageTextStyle: {
color: "#eee",
},
} }
: { : {
pageIconColor: "#666", pageIconColor: "#666",
@ -96,6 +99,9 @@ limitations under the License. -->
fontSize: 12, fontSize: 12,
color: "#333", color: "#333",
}, },
pageTextStyle: {
color: "#333",
},
}; };
return { return {
color, color,

View File

@ -136,6 +136,9 @@ limitations under the License. -->
fontSize: 12, fontSize: 12,
color: "#eee", color: "#eee",
}, },
pageTextStyle: {
color: "#eee",
},
} }
: { : {
pageIconColor: "#666", pageIconColor: "#666",
@ -144,6 +147,9 @@ limitations under the License. -->
fontSize: 12, fontSize: 12,
color: "#333", color: "#333",
}, },
pageTextStyle: {
color: "#333",
},
}; };
return { return {
color, color,