CE-740 Update icon size

This commit is contained in:
2023-11-15 11:33:50 -06:00
parent 5969f1a6ba
commit ad306728c2

View File

@ -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}>