chore: tweak dark mode styles

This commit is contained in:
Steven
2024-05-13 08:09:32 +08:00
parent f79554371d
commit 83b9ea45b9
5 changed files with 10 additions and 9 deletions

View File

@ -412,7 +412,7 @@ const MemoEditor = (props: Props) => {
<ResourceListView resourceList={state.resourceList} setResourceList={handleSetResourceList} />
<RelationListView relationList={referenceRelations} setRelationList={handleSetRelationList} />
<div className="relative w-full flex flex-row justify-between items-center pt-2" onFocus={(e) => e.stopPropagation()}>
<div className="flex flex-row justify-start items-center opacity-80">
<div className="flex flex-row justify-start items-center opacity-80 dark:opacity-60">
<TagSelector editorRef={editorRef} />
<MarkdownMenu editorRef={editorRef} />
<UploadResourceButton />