From adcfa86f731e7dd026112cbcf8037ffa9f06c214 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Wed, 15 Nov 2023 11:37:25 -0600 Subject: [PATCH] CE-740 style on / --- src/qqq/components/horseshoe/Breadcrumbs.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/qqq/components/horseshoe/Breadcrumbs.tsx b/src/qqq/components/horseshoe/Breadcrumbs.tsx index f419405..af086c3 100644 --- a/src/qqq/components/horseshoe/Breadcrumbs.tsx +++ b/src/qqq/components/horseshoe/Breadcrumbs.tsx @@ -115,12 +115,14 @@ function QBreadcrumbs({icon, title, route, light}: Props): JSX.Element sx={{ fontSize: pxToRem(18), fontWeight: "500", - color: "#757575", + color: "#212121", "& a": { color: "#757575" }, "& .MuiBreadcrumbs-separator": { - color: ({palette: {white, grey}}) => (light ? white.main : grey[600]), + fontSize: pxToRem(18), + fontWeight: "500", + color: "#212121" }, }} >