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

@@ -631,15 +631,6 @@ export const NotAuthenticated = ({
}}
control={
<Switch
sx={{
'& .MuiSwitch-switchBase.Mui-checked': {
color: '#5EB049',
},
'& .MuiSwitch-switchBase.Mui-checked + .MuiSwitch-track':
{
backgroundColor: theme.palette.background.default,
},
}}
checked={useLocalNode}
onChange={(event) => {
if (event.target.checked) {