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 bab1ab8 commit 51857a7Copy full SHA for 51857a7
packages/react/src/StateLabel/StateLabel.module.css
@@ -64,13 +64,15 @@
64
}
65
66
.StateLabel:where([data-status='draft']) {
67
+ /* stylelint-disable-next-line primer/colors */
68
background-color: var(--bgColor-draft-emphasis, var(--bgColor-neutral-emphasis));
69
color: var(--fgColor-onEmphasis);
70
box-shadow: var(--boxShadow-thin, inset 0 0 0 1px)
71
var(--borderColor-draft-emphasis, var(--borderColor-neutral-emphasis, transparent));
72
73
74
.StateLabel:where([data-status='issueDraft']) {
75
76
77
78
0 commit comments