From 33eef6e06873afd19fc02404a29d23bfa3b39261 Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Tue, 16 Sep 2025 13:27:45 +0200 Subject: [PATCH] fix: Change background color for own comments --- client/src/components/comments/Comments/Item.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/comments/Comments/Item.module.scss b/client/src/components/comments/Comments/Item.module.scss index 31ed02c3..da06bc8e 100644 --- a/client/src/components/comments/Comments/Item.module.scss +++ b/client/src/components/comments/Comments/Item.module.scss @@ -23,7 +23,7 @@ } .bubbleRight { - background: #e7f0e2; + background: #dee7f4; border-radius: 8px 0 8px 8px; float: right; }