From 89053e86b3b77499b19347b4a59b2b69f8335cc9 Mon Sep 17 00:00:00 2001 From: boojack Date: Sat, 11 Mar 2023 15:23:05 +0800 Subject: [PATCH] chore: fix cover bg color (#1337) --- web/src/components/MemoContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/MemoContent.tsx b/web/src/components/MemoContent.tsx index 300681fe..894ffb21 100644 --- a/web/src/components/MemoContent.tsx +++ b/web/src/components/MemoContent.tsx @@ -75,7 +75,7 @@ const MemoContent: React.FC = (props: Props) => { {state.expandButtonStatus !== -1 && (
-
+
{state.expandButtonStatus === 0 ? t("common.expand") : t("common.fold")}