feat(breadcrumb-element): add last element color

This commit is contained in:
RadoslavDimchev 2024-04-28 23:48:26 +03:00 committed by Emil Ivanichkov
parent eb847edaef
commit f5bdc6d1c9

View File

@ -26,7 +26,7 @@ const BreadcrumbElement = ({
to={match.pathname}
style={{
textDecoration: 'none',
color: '#647084',
color: isLastElement ? '#09101C' : '#647084',
fontWeight: 'normal',
}}
>