Skip to content

Commit 1b3e3f6

Browse files
committed
fix(base-theme): change base css variables
1 parent 05ee1ad commit 1b3e3f6

File tree

9 files changed

+291
-496
lines changed

9 files changed

+291
-496
lines changed

packages/common/component/SearchEmpty.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default {
3030
}
3131
.empty-text {
3232
font-size: 12px;
33-
color: var(--te-base-text-color-3);
33+
color: var(--te-common-text-weaken);
3434
}
3535
}
3636
</style>

packages/settings/styles/src/components/inputs/ResetButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ export default {
4141
display: block;
4242
padding: 8px 4px;
4343
text-align: center;
44-
color: var(--te-common-text-description);
44+
color: var(--te-common-text-secondary);
4545
}
4646
</style>

packages/settings/styles/src/components/spacing/SpacingGroup.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ export default {
499499
line-height: 10px;
500500
letter-spacing: -0.2px;
501501
display: flex;
502-
color: var(--te-base-text-color);
502+
color: var(--te-common-text-primary);
503503
background: transparent;
504504
padding: 2px 4px;
505505
margin-left: -2px;

0 commit comments

Comments
 (0)