mirror of
https://github.com/usememos/memos.git
synced 2025-12-17 22:28:52 +08:00
fixed undo successful message size
This commit is contained in:
parent
9d8b30ab85
commit
a0d7b7c75b
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ const MemoActionMenu = observer((props: Props) => {
|
||||||
toast.dismiss(tToast.id); // close the toast
|
toast.dismiss(tToast.id); // close the toast
|
||||||
toast.custom(
|
toast.custom(
|
||||||
(tToast) => (
|
(tToast) => (
|
||||||
<div className="flex items-center gap-3 ml-auto bg-primary dark:bg-primary px-2 py-1 rounded-xl shadow text-sm">
|
<div className="flex items-center gap-3 ml-auto bg-primary dark:bg-primary p-3 rounded-xl shadow">
|
||||||
<span className="text-background">{t("message.undo-successful")}</span>
|
<span className="text-background">{t("message.undo-successful")}</span>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue