fix(ui): breadcrumb link hover color
This commit is contained in:
parent
7dbd2ecea2
commit
55e1f71081
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ function Breadcrumb(props: Props) {
|
|||
}
|
||||
return (
|
||||
<div key={index} className="color-gray-darkest hover:text-teal group flex items-center">
|
||||
<Link to={item.to} className="flex items-center">
|
||||
<Link to={item.to} className="flex items-center default-hover">
|
||||
{index === 0 && (
|
||||
<Icon name="chevron-left" size={16} className="mr-1 group-hover:fill-teal" />
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue