update table border color

This commit is contained in:
fantasticit 2023-01-08 14:05:11 +08:00
parent ec8a03178b
commit f1b73d16a5
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* stylelint-disable */
.ProseMirror {
$tableBorderColor: var(--semi-color-border);
$tableHeaderBgColor: var(--semi-color-fill-0);
$tableBorderColor: #d8d8d8;
$tableHeaderBgColor: var(--semi-color-fill-1);
$tableSelectedBorderColor: rgb(0 101 255);
$tableSelectedCellBgColor: transparent;
$tableSelectedControlBgColor: #2584ff;