From 1abda4a27832592be55bd4fb758968dc30be078c Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Thu, 12 Jun 2025 10:14:04 +0200 Subject: [PATCH] Refactor style for background --- src/components/Chat/ChatList.tsx | 15 +++++++-------- src/components/Chat/ChatOptions.tsx | 1 + src/components/Chat/MessageItem.tsx | 6 +++--- src/components/Group/Group.tsx | 8 ++++---- src/components/Group/GroupList.tsx | 4 ++-- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/components/Chat/ChatList.tsx b/src/components/Chat/ChatList.tsx index e029776..dc018d9 100644 --- a/src/components/Chat/ChatList.tsx +++ b/src/components/Chat/ChatList.tsx @@ -217,7 +217,6 @@ export const ChatList = ({ > scrollToBottom()} - style={{ + sx={{ backgroundColor: theme.palette.other.unread, border: 'none', borderRadius: '20px', @@ -428,15 +427,15 @@ export const ChatList = ({ {showScrollDownButton && !showScrollButton && (