Skip to content

Commit 8773867

Browse files
committed
fix(docs): 修改颜色变量
1 parent b75041e commit 8773867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sites/src/views/docs/docs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ onMounted(() => {
9797
9898
<style lang="less">
9999
.modal-body .modal-body-keyword {
100-
color: #905;
100+
color: var(--tv-base-color-error-6);
101101
}
102102
.docs-container {
103103
flex: 1;

0 commit comments

Comments
 (0)