Skip to content

Commit

Permalink
fix: item header bgcolor
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzgydi committed Dec 31, 2021
1 parent 4dc3cf6 commit db4993a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/components/setting-clash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ const SettingClash = ({ onError }: Props) => {

return (
<List>
<ListSubheader>Clash设置</ListSubheader>
<ListSubheader sx={{ background: "transparent" }}>
Clash设置
</ListSubheader>

<SettingItem>
<ListItemText primary="局域网连接" />
Expand Down
2 changes: 1 addition & 1 deletion src/components/setting-verge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const SettingVerge = ({ onError }: Props) => {

return (
<List>
<ListSubheader>通用设置</ListSubheader>
<ListSubheader sx={{ background: "transparent" }}>通用设置</ListSubheader>

<SettingItem>
<ListItemText primary="外观主题" />
Expand Down

0 comments on commit db4993a

Please sign in to comment.