fix(SW-695): smaller chevron size
This commit is contained in:
@@ -26,7 +26,12 @@ export default async function Breadcrumbs() {
|
|||||||
>
|
>
|
||||||
<HouseIcon width={16} height={16} color="peach80" />
|
<HouseIcon width={16} height={16} color="peach80" />
|
||||||
</Link>
|
</Link>
|
||||||
<ChevronRightIcon aria-hidden="true" color="peach80" />
|
<ChevronRightIcon
|
||||||
|
width={16}
|
||||||
|
height={16}
|
||||||
|
aria-hidden="true"
|
||||||
|
color="peach80"
|
||||||
|
/>
|
||||||
</li>
|
</li>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
||||||
@@ -41,7 +46,12 @@ export default async function Breadcrumbs() {
|
|||||||
>
|
>
|
||||||
{breadcrumb.title}
|
{breadcrumb.title}
|
||||||
</Link>
|
</Link>
|
||||||
<ChevronRightIcon aria-hidden="true" color="peach80" />
|
<ChevronRightIcon
|
||||||
|
width={16}
|
||||||
|
height={16}
|
||||||
|
aria-hidden="true"
|
||||||
|
color="peach80"
|
||||||
|
/>
|
||||||
</li>
|
</li>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user