fix: item header bgcolor

This commit is contained in:
GyDi 2021-12-31 18:19:53 +08:00
parent 4dc3cf6c6b
commit db4993ae9b
2 changed files with 4 additions and 2 deletions

View File

@ -42,7 +42,9 @@ const SettingClash = ({ onError }: Props) => {
return (
<List>
<ListSubheader>Clash设置</ListSubheader>
<ListSubheader sx={{ background: "transparent" }}>
Clash设置
</ListSubheader>
<SettingItem>
<ListItemText primary="局域网连接" />

View File

@ -39,7 +39,7 @@ const SettingVerge = ({ onError }: Props) => {
return (
<List>
<ListSubheader></ListSubheader>
<ListSubheader sx={{ background: "transparent" }}></ListSubheader>
<SettingItem>
<ListItemText primary="外观主题" />