File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
polaris-react/src/components/Tag Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments