From 5a02d0795ae7301041a88a56a0a0dfc93cda57fb Mon Sep 17 00:00:00 2001 From: fantasticit Date: Tue, 10 May 2022 15:01:26 +0800 Subject: [PATCH] Update index.module.scss --- .../tiptap/core/wrappers/table-of-contents/index.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/tiptap/core/wrappers/table-of-contents/index.module.scss b/packages/client/src/tiptap/core/wrappers/table-of-contents/index.module.scss index fa29906b..161dff60 100644 --- a/packages/client/src/tiptap/core/wrappers/table-of-contents/index.module.scss +++ b/packages/client/src/tiptap/core/wrappers/table-of-contents/index.module.scss @@ -3,7 +3,7 @@ max-width: 100%; padding: 0.75rem; margin: 0.75em 0; - background: rgb(black 0.1); + background: var(--semi-color-fill-1); border-radius: 0.5rem; opacity: 0.75;