@@ -19,7 +19,7 @@ See [color utility classes](/utilities/colors) for a list of all the functional
19
19
| ----------------------- | ------------------------|
20
20
| ` .color-text-primary ` | ` .color-fg-default ` |
21
21
| ` .color-text-secondary ` | ` .color-fg-muted ` |
22
- | ` .color-text-tertiary ` | ` .color-fg-subtle ` |
22
+ | ` .color-text-tertiary ` | ` .color-fg-muted ` |
23
23
| ` .color-text-link ` | ` .color-fg-accent ` |
24
24
| ` .color-text-success ` | ` .color-fg-success ` |
25
25
| ` .color-text-warning ` | ` .color-fg-attention ` |
@@ -47,7 +47,7 @@ See [color utility classes](/utilities/colors) for a list of all the functional
47
47
| ------------------------- | ------------------------- |
48
48
| ` .color-border-primary ` | ` .color-border-default ` |
49
49
| ` .color-border-secondary ` | ` .color-border-muted ` |
50
- | ` .color-border-tertiary ` | ` .color-border-muted ` |
50
+ | ` .color-border-tertiary ` | ` .color-border-default ` |
51
51
| ` .color-border-inverse ` | n/a |
52
52
| ` .color-border-info ` | ` .color-border-accent ` |
53
53
| ` .color-border-warning ` | ` .color-border-attention ` |
@@ -62,7 +62,6 @@ See [color utility classes](/utilities/colors) for a list of all the functional
62
62
| ` .color-bg-primary ` | ` .color-bg-default ` |
63
63
| ` .color-bg-secondary ` | ` .color-bg-subtle ` |
64
64
| ` .color-bg-tertiary ` | ` .color-bg-subtle ` |
65
- | ` .color-bg-overlay ` | ` .color-bg-overlay ` |
66
65
| ` .color-bg-info ` | ` .color-bg-accent-subtle ` |
67
66
| ` .color-bg-info-inverse ` | ` .color-bg-accent-emphasis ` |
68
67
| ` .color-bg-danger ` | ` .color-bg-danger-subtle ` |
0 commit comments