refactor(mui): use ListItemText slotProps.primary (primaryTypographyProps is deprecated in MUI v7)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -104,9 +104,8 @@ export default function SidebarNav({ onNavigate, onLogout }: SidebarNavProps) {
|
|||||||
</ListItemIcon>
|
</ListItemIcon>
|
||||||
<ListItemText
|
<ListItemText
|
||||||
primary={item.label}
|
primary={item.label}
|
||||||
primaryTypographyProps={{
|
slotProps={{
|
||||||
fontSize: ".82rem",
|
primary: { fontSize: ".82rem", fontWeight: "inherit" },
|
||||||
fontWeight: "inherit",
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</ListItemButton>
|
</ListItemButton>
|
||||||
|
|||||||
Reference in New Issue
Block a user