style(challenge modal): improve themes

This commit is contained in:
Tom (plebeius.eth)
2024-06-15 16:55:34 +02:00
parent aa63ab0f1b
commit f7b04bd0c9
2 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ const PendingPost = () => {
return (
<>
{isInSettingsView && <SettingsModal />}
<Post post={post} showReplies={false} />;
<Post post={post} showReplies={false} />
</>
);
};