feat: update links default color to match design documents
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
|
||||
.link:hover,
|
||||
.button:hover {
|
||||
color: var(--Text-Interactive-Hover-Secondary);
|
||||
color: var(--Text-Interactive-Secondary-Hover);
|
||||
}
|
||||
|
||||
.dialog {
|
||||
|
||||
@@ -109,7 +109,6 @@ export default function Breadcrumbs({
|
||||
<Typography
|
||||
key={breadcrumb.uid}
|
||||
variant="Label/xsRegular"
|
||||
className={styles.dialogItem}
|
||||
>
|
||||
<Link
|
||||
href={breadcrumb.href!}
|
||||
|
||||
Reference in New Issue
Block a user