Set cbackground for hat message editing

This commit is contained in:
Nicola Benaglia 2025-05-26 22:28:24 +02:00
parent b097a4ae3b
commit d9042a3874

View File

@ -1185,7 +1185,7 @@ export const ChatGroup = ({
{(!!secretKey || isPrivate === false) && (
<div
style={{
backgroundColor: theme.palette.background.surface,
backgroundColor: theme.palette.background.paper,
border: `1px solid ${theme.palette.border.subtle}`,
borderRadius: '10px',
bottom: isFocusedParent ? '0px' : 'unset',