mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-29 21:21:24 +00:00
Set cbackground for hat message editing
This commit is contained in:
@@ -1185,7 +1185,7 @@ export const ChatGroup = ({
|
|||||||
{(!!secretKey || isPrivate === false) && (
|
{(!!secretKey || isPrivate === false) && (
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: theme.palette.background.surface,
|
backgroundColor: theme.palette.background.paper,
|
||||||
border: `1px solid ${theme.palette.border.subtle}`,
|
border: `1px solid ${theme.palette.border.subtle}`,
|
||||||
borderRadius: '10px',
|
borderRadius: '10px',
|
||||||
bottom: isFocusedParent ? '0px' : 'unset',
|
bottom: isFocusedParent ? '0px' : 'unset',
|
||||||
|
Reference in New Issue
Block a user