small fixes

This commit is contained in:
2023-10-26 12:32:03 +07:00
parent 3abce5e6d6
commit 1cb2d8cb41
3 changed files with 8 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ export const MentionNote = memo(function MentionNote({ id }: { id: string }) {
if (status === 'loading') {
return (
<div className="mt-3 cursor-default rounded-lg bg-white/10 px-3 py-3 backdrop-blur-xl">
<div className="mt-3 cursor-default rounded-lg border border-neutral-300 bg-neutral-200 p-3 dark:border-neutral-700 dark:bg-neutral-800">
<NoteSkeleton />
</div>
);