In Messaging panel uniform background color

This commit is contained in:
Nicola Benaglia 2025-06-11 22:02:52 +02:00
parent 150965eaad
commit 92fb7351b7

View File

@ -1635,7 +1635,7 @@ export const Group = ({
<div
style={{
alignItems: 'flex-start',
background: theme.palette.background.default,
background: theme.palette.background.paper,
borderRadius: '0px 15px 15px 0px',
display: 'flex',
flexDirection: 'column',