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 && (