aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Post.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Post.js b/src/Post.js
index 78be0b6..a950f7c 100644
--- a/src/Post.js
+++ b/src/Post.js
@@ -74,7 +74,7 @@ const Post = ({ index, post, locked, threadId, currentBoard, nightMode }) => {
// Manejo de posts eliminados
if (post.IS_DELETED > 0) {
return (
- <Comment>
+ <Comment inverted={nightMode}>
<Comment.Avatar
src={`https://bienvenidoainternet.org/static/css/img/picnicbdy.gif`}
/>