From 47678a8ed2945c6c36fa5509a3f7433d3e0f568b Mon Sep 17 00:00:00 2001 From: Tristan Yang Date: Mon, 27 Feb 2023 20:49:17 +0800 Subject: [PATCH] chore: updates --- src/assets/index.css | 12 +++++++++--- src/common/component/Send/UploadFileList/index.tsx | 2 +- src/common/hook/useUploadFile.ts | 2 -- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/assets/index.css b/src/assets/index.css index 69d6491f..22db1796 100644 --- a/src/assets/index.css +++ b/src/assets/index.css @@ -235,9 +235,6 @@ html.dark ::-webkit-scrollbar-thumb { padding-right: 0; padding-left: 8px; } -/* [class^="toastui-editor-"] .toastui-editor-md-container .toastui-editor-md-splitter { - background-color: #d0d5dd; -} */ [class^="toastui-editor-"] .toastui-editor-md-container .ProseMirror { height: 100%; } @@ -288,3 +285,12 @@ html.dark ::-webkit-scrollbar-thumb { .toastui-editor-dark .toastui-editor-md-container { background-color: #4e5762 !important; } +html.dark .slate-mention { + background: #333; +} +html.dark .slate-Combobox { + background: #333 !important; +} +html.dark .slate-Combobox li:hover { + background: #333 !important; +} diff --git a/src/common/component/Send/UploadFileList/index.tsx b/src/common/component/Send/UploadFileList/index.tsx index fb9d8ed0..df9e4c0f 100644 --- a/src/common/component/Send/UploadFileList/index.tsx +++ b/src/common/component/Send/UploadFileList/index.tsx @@ -53,7 +53,7 @@ export default function UploadFileList({ /> )} -