Commit c5b63fa
committed
fix(eds-core-react): use legacy token for Autocomplete chip outline
The chip outline in Autocomplete used a new token variable
(--eds-color-accent-12) that is only available via the new CSS
variables import. Stable components should work with only
tokens.css, so this switches to the legacy token with fallback.1 parent 2813ea5 commit c5b63fa
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
0 commit comments