From f1b73d16a5f407913ed10926c0622e9358f21e87 Mon Sep 17 00:00:00 2001 From: fantasticit Date: Sun, 8 Jan 2023 14:05:11 +0800 Subject: [PATCH] update table border color --- packages/client/src/tiptap/core/styles/table.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/client/src/tiptap/core/styles/table.scss b/packages/client/src/tiptap/core/styles/table.scss index 6d97ea58..7d20a4c7 100644 --- a/packages/client/src/tiptap/core/styles/table.scss +++ b/packages/client/src/tiptap/core/styles/table.scss @@ -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;