refactor: IconSelect图标选择器颜色暗黑模式调整

Former-commit-id: 8a47591bb82557d7935ffd09d24117d3eeef91c7
This commit is contained in:
haoxr
2023-01-25 18:33:09 +08:00
parent 0cd9c67e7d
commit 86a9f26712

View File

@@ -109,7 +109,10 @@ onMounted(() => {
@click="onIconSelect(iconName)"
>
<el-tooltip :content="iconName" placement="bottom" effect="light">
<svg-icon color="#999" :icon-class="iconName" />
<svg-icon
color="var(--el-text-color-regular)"
:icon-class="iconName"
/>
</el-tooltip>
</li>
</ul>