feat: enhance the Dark Theme (#336)

This commit is contained in:
Fine0830
2023-11-15 19:53:23 +08:00
committed by GitHub
parent 832dc1676b
commit a4271bb479
11 changed files with 151 additions and 127 deletions

View File

@@ -375,7 +375,7 @@ limitations under the License. -->
}
.vue-grid-item.active {
border: 1px solid $active-color;
border: 1px solid var(--sw-grid-item-active);
}
.no-data-tips {