feat: adjust setting typography

This commit is contained in:
GyDi
2022-01-17 02:42:52 +08:00
parent 5eddf4f1aa
commit 40977785c3
4 changed files with 86 additions and 51 deletions

View File

@@ -6,9 +6,7 @@ export const SettingItem = styled(ListItem)(() => ({
paddingBottom: 5,
}));
export const SettingList: React.FC<{
title: string;
}> = (props) => (
export const SettingList: React.FC<{ title: string }> = (props) => (
<List>
<ListSubheader sx={{ background: "transparent" }} disableSticky>
{props.title}