update style

This commit is contained in:
Fine 2025-02-17 10:30:02 +08:00
parent 9519dd3930
commit af0b3ab17b

View File

@ -134,6 +134,8 @@ limitations under the License. -->
top: 0, top: 0,
left: 0, left: 0,
itemWidth: 12, itemWidth: 12,
pageIconColor: appStore.theme === Themes.Dark ? "#ccc" : "#666",
pageIconInactiveColor: appStore.theme === Themes.Dark ? "#444" : "#ccc",
textStyle: { textStyle: {
color: appStore.theme === Themes.Dark ? "#fff" : "#333", color: appStore.theme === Themes.Dark ? "#fff" : "#333",
}, },