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>
|
||||
<ListItemText
|
||||
primary={item.label}
|
||||
primaryTypographyProps={{
|
||||
fontSize: ".82rem",
|
||||
fontWeight: "inherit",
|
||||
slotProps={{
|
||||
primary: { fontSize: ".82rem", fontWeight: "inherit" },
|
||||
}}
|
||||
/>
|
||||
</ListItemButton>
|
||||
|
||||
Reference in New Issue
Block a user