mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-01 06:06:59 +00:00
Set cbackground for hat message editing
This commit is contained in:
parent
b097a4ae3b
commit
d9042a3874
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user