We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34612e7 commit 1d8759aCopy full SHA for 1d8759a
.changeset/forty-aliens-shine.md
@@ -0,0 +1,5 @@
1
+---
2
+'@primer/react': patch
3
4
+
5
+Used correct tokens for disabled radio control
packages/react/src/Radio/Radio.module.css
@@ -16,9 +16,9 @@
16
&:disabled {
17
cursor: not-allowed;
18
/* stylelint-disable-next-line primer/colors */
19
- background-color: var(--fgColor-muted);
+ background-color: var(--control-checked-fgColor-disabled);
20
21
- border-color: var(--fgColor-muted);
+ border-color: var(--control-checked-bgColor-disabled);
22
}
23
24
0 commit comments