|
|
@@ -50,7 +50,7 @@ onLoad(() => {
|
|
|
},
|
|
|
})
|
|
|
})
|
|
|
-const activeColor = '#1890ff'
|
|
|
+const activeColor = 'var(--wot-color-theme, #1890ff)'
|
|
|
const inactiveColor = '#666'
|
|
|
function getColorByIndex(index: number) {
|
|
|
return tabbarStore.curIdx === index ? activeColor : inactiveColor
|