mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10: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="/">
|
<Link to="/">
|
||||||
<Icon>{icon}</Icon>
|
<Icon sx={{fontSize: "1.25rem!important"}}>{icon}</Icon>
|
||||||
</Link>
|
</Link>
|
||||||
{fullRoutes.map((fullRoute: string) => (
|
{fullRoutes.map((fullRoute: string) => (
|
||||||
<Link to={fullRoute} key={fullRoute}>
|
<Link to={fullRoute} key={fullRoute}>
|
||||||
|
Reference in New Issue
Block a user