diff --git a/web/src/components/Inbox/MemoCommentMessage.tsx b/web/src/components/Inbox/MemoCommentMessage.tsx index 4dfb92e53..7a1b1e1e0 100644 --- a/web/src/components/Inbox/MemoCommentMessage.tsx +++ b/web/src/components/Inbox/MemoCommentMessage.tsx @@ -76,7 +76,7 @@ const MemoCommentMessage = observer(({ inbox }: Props) => { "shrink-0 mt-2 p-2 rounded-full border", inbox.status === Inbox_Status.UNREAD ? "border-primary text-primary bg-primary/10" - : "border-muted-foreground text-muted-foreground bg-secondary", + : "border-muted-foreground text-muted-foreground bg-popover", )} > @@ -92,7 +92,7 @@ const MemoCommentMessage = observer(({ inbox }: Props) => {
diff --git a/web/src/components/MemoAttachmentListView.tsx b/web/src/components/MemoAttachmentListView.tsx index 67ac5b4a7..9bf75d798 100644 --- a/web/src/components/MemoAttachmentListView.tsx +++ b/web/src/components/MemoAttachmentListView.tsx @@ -34,10 +34,7 @@ const MemoAttachmentListView = ({ attachments = [] }: { attachments: Attachment[ if (type === "image/*") { return ( handleImageClick(attachmentUrl)} decoding="async" @@ -47,10 +44,7 @@ const MemoAttachmentListView = ({ attachments = [] }: { attachments: Attachment[ } else if (type === "video/*") { return (