Skip to content

Commit efe3ca9

Browse files
committed
chore: note neutral interactive text mapping is by design (#5283)
1 parent 5c89fd5 commit efe3ca9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/eds-core-react/src/components/next/Button

packages/eds-core-react/src/components/next/Button/button.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
/* Colours from the eds-tokens beta (Tokens Studio) semantic interactive
1212
* group. The --_ indirection only exists so data-color-appearance can
1313
* switch the accent/neutral/danger token set — states read these vars.
14-
* The text-interactive group has no neutral variant; the neutral tone
15-
* maps text to --eds-text-primary instead. */
14+
* The text-interactive group deliberately has no neutral variant:
15+
* neutral interactive text uses --eds-text-primary by design (#5283). */
1616
--_bg-emphasis: var(--eds-background-interactive-accent-emphasis-default);
1717
--_bg-emphasis-hover: var(--eds-background-interactive-accent-emphasis-hover);
1818
--_bg-emphasis-pressed: var(

0 commit comments

Comments
 (0)