Skip to content

Commit 50438e1

Browse files
authored
Merge branch 'master' into pattern-import
2 parents d911205 + 2220a90 commit 50438e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/components/link/style.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tabs: ['Code', 'Usage', 'Style']
77

88
| Class | Property | Color token |
99
| ----------- | -------- | ----------------- |
10-
| `.bx--link` | color | `$interactive-01` |
10+
| `.bx--link` | color | `$link-01` |
1111

1212
### Interactive states
1313

@@ -16,7 +16,7 @@ tabs: ['Code', 'Usage', 'Style']
1616
| `:hover` | text color | `$hover-primary-text` |
1717
| `:active` | text color | `$text-01` |
1818
| `:focus` | border | `$focus` |
19-
| `:visited` | text color | `$visited` |
19+
| `:visited` | text color | `$visited-link` |
2020
| `:disabled` | text color | `$disabled-02` |
2121

2222
<div className="image--fixed">

0 commit comments

Comments
 (0)