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({ /> )} -