feat: Material You!

This commit is contained in:
keiko233
2023-11-11 17:12:57 +08:00
parent 23fb634847
commit b704706ee9
6 changed files with 39 additions and 22 deletions

View File

@@ -15,7 +15,7 @@ export const LayoutItem = (props: LinkProps) => {
selected={!!match}
sx={[
{
borderRadius: 2,
borderRadius: 8,
textAlign: "center",
"& .MuiListItemText-primary": { color: "text.secondary" },
},