fix(SW-695): apply breadcrumb variant & smaller HomeIcon size
This commit is contained in:
@@ -24,7 +24,7 @@ export default async function Breadcrumbs() {
|
|||||||
href={homeBreadcrumb.href!}
|
href={homeBreadcrumb.href!}
|
||||||
variant="breadcrumb"
|
variant="breadcrumb"
|
||||||
>
|
>
|
||||||
<HouseIcon color="peach80" />
|
<HouseIcon width={16} height={16} color="peach80" />
|
||||||
</Link>
|
</Link>
|
||||||
<ChevronRightIcon aria-hidden="true" color="peach80" />
|
<ChevronRightIcon aria-hidden="true" color="peach80" />
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -21,6 +21,14 @@
|
|||||||
line-height: var(--typography-Footnote-Bold-lineHeight);
|
line-height: var(--typography-Footnote-Bold-lineHeight);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.link.breadcrumb {
|
||||||
|
font-family: var(--typography-Footnote-Bold-fontFamily);
|
||||||
|
font-size: var(--typography-Footnote-Bold-fontSize);
|
||||||
|
font-weight: var(--typography-Footnote-Bold-fontWeight);
|
||||||
|
letter-spacing: var(--typography-Footnote-Bold-letterSpacing);
|
||||||
|
line-height: var(--typography-Footnote-Bold-lineHeight);
|
||||||
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user