feat(breadcrumb-element): bold last element

This commit is contained in:
RadoslavDimchev 2024-04-29 21:43:44 +03:00 committed by Emil Ivanichkov
parent 7d402a108f
commit 5ee57cfa61

View File

@ -21,7 +21,7 @@ const BreadcrumbElement = ({
style={{
textDecoration: 'none',
color: isLastElement ? '#09101C' : '#647084',
fontWeight: 'normal',
fontWeight: isLastElement ? '500' : 'normal',
}}
>
{breadcrumb}