mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
CE-740 Update icon size
This commit is contained in:
@ -125,7 +125,7 @@ function QBreadcrumbs({icon, title, route, light}: Props): JSX.Element
|
||||
}}
|
||||
>
|
||||
<Link to="/">
|
||||
<Icon>{icon}</Icon>
|
||||
<Icon sx={{fontSize: "1.25rem!important"}}>{icon}</Icon>
|
||||
</Link>
|
||||
{fullRoutes.map((fullRoute: string) => (
|
||||
<Link to={fullRoute} key={fullRoute}>
|
||||
|
Reference in New Issue
Block a user