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; }