fix(SW-812): styling fixes for the header and related components
This commit is contained in:
@@ -11,7 +11,12 @@ export default function BreadcrumbsSkeleton() {
|
||||
<span className={styles.homeLink} color="peach80">
|
||||
<HouseIcon color="peach80" />
|
||||
</span>
|
||||
<ChevronRightIcon aria-hidden="true" color="peach80" />
|
||||
<ChevronRightIcon
|
||||
aria-hidden="true"
|
||||
color="peach80"
|
||||
height={20}
|
||||
width={20}
|
||||
/>
|
||||
</li>
|
||||
|
||||
<li className={styles.listItem}>
|
||||
|
||||
Reference in New Issue
Block a user