From 97190645cc01367cd131b99d7d962adbbb36c16c Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 29 Oct 2023 23:59:23 +0800 Subject: [PATCH] chore: update memo editor styles --- web/src/components/MemoEditor/index.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/web/src/components/MemoEditor/index.tsx b/web/src/components/MemoEditor/index.tsx index cc4cfa793..0a4801d24 100644 --- a/web/src/components/MemoEditor/index.tsx +++ b/web/src/components/MemoEditor/index.tsx @@ -1,4 +1,4 @@ -import { Select, Option, Button, IconButton } from "@mui/joy"; +import { Select, Option, Button, IconButton, Divider } from "@mui/joy"; import { isNumber, last, uniq, uniqBy } from "lodash-es"; import React, { useCallback, useEffect, useMemo, useRef, useState } from "react"; import { toast } from "react-hot-toast"; @@ -424,23 +424,26 @@ const MemoEditor = (props: Props) => {
handleTagSelectorClick(tag)} /> - + @@ -448,7 +451,8 @@ const MemoEditor = (props: Props) => {
-
+ +
e.stopPropagation()}>