mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
feat: use paper for list bg
This commit is contained in:
@@ -40,7 +40,7 @@ const SettingClash = ({ onError }: Props) => {
|
||||
};
|
||||
|
||||
return (
|
||||
<List sx={{ borderRadius: 1, boxShadow: 2, mt: 3 }}>
|
||||
<List>
|
||||
<ListSubheader>Clash设置</ListSubheader>
|
||||
|
||||
<SettingItem>
|
||||
|
||||
@@ -31,7 +31,7 @@ const SettingVerge = ({ onError }: Props) => {
|
||||
};
|
||||
|
||||
return (
|
||||
<List sx={{ borderRadius: 1, boxShadow: 2 }}>
|
||||
<List>
|
||||
<ListSubheader>通用设置</ListSubheader>
|
||||
|
||||
<SettingItem>
|
||||
|
||||
Reference in New Issue
Block a user