change tooltip bg color

This commit is contained in:
2025-04-26 19:20:00 +03:00
parent c4520b960d
commit 6f20bdd684
6 changed files with 13 additions and 23 deletions

View File

@@ -358,14 +358,14 @@ export const ChatOptions = ({
return (
<Box
sx={{
backgroundColor: theme.palette.background.default,
backgroundColor: theme.palette.background.surface,
borderBottomLeftRadius: '20px',
borderTopLeftRadius: '20px',
display: 'flex',
flexDirection: 'column',
flexGrow: 0,
flexShrink: 0,
height: '100%',
height: '98%',
overflow: 'auto',
width: '300px',
}}

View File

@@ -63,7 +63,7 @@ export const GeneralNotifications = ({ address }) => {
tooltip: {
sx: {
color: theme.palette.text.primary,
backgroundColor: theme.palette.background.default,
backgroundColor: theme.palette.background.paper,
},
},
arrow: {

View File

@@ -77,7 +77,7 @@ export const QMailStatus = () => {
tooltip: {
sx: {
color: theme.palette.text.primary,
backgroundColor: theme.palette.background.default,
backgroundColor: theme.palette.background.paper,
},
},
arrow: {