Skip to content

Commit

Permalink
调整 dock 面板部分字体配色 #32
Browse files Browse the repository at this point in the history
  • Loading branch information
syh19 committed Aug 9, 2024
1 parent 9b5a7cc commit 4dcd3fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/TaskList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ const defaultProps = {
}
span:nth-child(2) {
width: 100%;
color: gray;
color: var(--tl-color-text);
font-size: 12px;
line-height: 12px;
@include text-ellipsis;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/** 公共主题 */
--tl-color-surface-bg: var(--b3-theme-background);
--tl-color-surface-deep-bg: var(--b3-theme-surface);
--tl-color-text: var(--b3-text-color);
--tl-color-text: var(--b3-theme-on-background);
--tl-color-border: var(--b3-border-color);
--tl-color-btn-bg: var(--b3-toolbar-hover);
--tl-color-btn-hover-bg: var(--b3-scroll-color-hover);
Expand Down
5 changes: 5 additions & 0 deletions src/styles/vc-calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
margin-top: 0px;
button.vc-arrow {
scale: 0.7;
color: var(--tl-color-text) !important;
}
}
}
Expand All @@ -62,6 +63,9 @@
margin-top: 0px;
.vc-title-wrapper {
scale: 0.8;
.vc-title {
color: var(--tl-color-text) !important;
}
}
}

Expand All @@ -73,6 +77,7 @@
height: 20px;
.vc-weekday {
scale: 0.9;
color: var(--tl-color-text) !important;
}
}

Expand Down

0 comments on commit 4dcd3fb

Please sign in to comment.