Skip to content

Commit a95ed6c

Browse files
authored
Update Tag colors (#10768)
### WHY are these changes introduced? Fixes #10373
1 parent d6c7682 commit a95ed6c

File tree

1 file changed

+4
-4
lines changed
  • polaris-react/src/components/Tag

1 file changed

+4
-4
lines changed

polaris-react/src/components/Tag/Tag.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $button-size: 20px;
1616

1717
&.disabled {
1818
transition: none;
19-
background: var(--p-color-bg-disabled);
19+
background: var(--p-color-bg-fill-disabled);
2020
color: var(--p-color-text-disabled);
2121

2222
svg {
@@ -52,7 +52,7 @@ $button-size: 20px;
5252
}
5353

5454
&:disabled {
55-
background: var(--p-color-bg-disabled);
55+
background: var(--p-color-bg-fill-disabled);
5656
cursor: default;
5757
pointer-events: none;
5858
color: var(--p-color-text-disabled);
@@ -121,7 +121,7 @@ $button-size: 20px;
121121

122122
&:hover {
123123
background: var(--p-color-bg-strong-hover);
124-
color: var(--p-color-icon-primary);
124+
color: var(--p-color-icon-active);
125125
outline: var(--p-border-width-025) solid transparent;
126126
}
127127

@@ -130,7 +130,7 @@ $button-size: 20px;
130130

131131
&:focus-visible {
132132
background: var(--p-color-bg-strong-hover);
133-
color: var(--p-color-icon-primary);
133+
color: var(--p-color-icon-active);
134134
}
135135

136136
&:focus-visible:not(:active) {

0 commit comments

Comments
 (0)