Refactor chat style and other stuff

This commit is contained in:
Nicola Benaglia
2025-04-18 20:12:48 +02:00
parent 22326411a0
commit 3a302cf5b2
10 changed files with 377 additions and 341 deletions

View File

@@ -167,7 +167,7 @@ export const MessageItem = React.memo(
>
<div
style={{
backgroundColor: theme.palette.background.default,
backgroundColor: theme.palette.background.paper,
borderRadius: '7px',
display: 'flex',
gap: '7px',