mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-31 21:56:06 +00:00
feat(breadcrumb-element): add last element color
This commit is contained in:
parent
eb847edaef
commit
f5bdc6d1c9
@ -26,7 +26,7 @@ const BreadcrumbElement = ({
|
||||
to={match.pathname}
|
||||
style={{
|
||||
textDecoration: 'none',
|
||||
color: '#647084',
|
||||
color: isLastElement ? '#09101C' : '#647084',
|
||||
fontWeight: 'normal',
|
||||
}}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user