mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-03 15:07:00 +00:00
Update deprecated property
This commit is contained in:
parent
c9f6f8328c
commit
d6ef92fe0e
@ -465,11 +465,12 @@ export const MessageItem = memo(
|
||||
vertical: 'bottom',
|
||||
horizontal: 'center',
|
||||
}}
|
||||
PaperProps={{
|
||||
// TODO: deprecated
|
||||
style: {
|
||||
backgroundColor: theme.palette.background.default,
|
||||
color: theme.palette.text.primary,
|
||||
slotProps={{
|
||||
paper: {
|
||||
style: {
|
||||
backgroundColor: theme.palette.background.default,
|
||||
color: theme.palette.text.primary,
|
||||
},
|
||||
},
|
||||
}}
|
||||
>
|
||||
@ -595,6 +596,7 @@ export const MessageItem = memo(
|
||||
})}
|
||||
</Typography>
|
||||
)}
|
||||
|
||||
<Typography
|
||||
sx={{
|
||||
fontSize: '14px',
|
||||
|
Loading…
x
Reference in New Issue
Block a user