refactor: 暗黑模式svg图标颜色优化

Former-commit-id: a11f8634eb6ab4ae4d651eb26547978a1ba0ca42
This commit is contained in:
haoxr
2023-01-24 07:59:10 +08:00
parent d098fd85a2
commit e1ba7399a4

View File

@@ -11,4 +11,7 @@ html.dark {
.right-panel-btn{
background-color: var(--el-color-primary-dark);
}
.svg-icon{
fill: var(--el-text-color-regular);
}
}