File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ const forms = plugin.withOptions(function (options = { strategy: undefined }) {
126
126
'background-repeat' : `no-repeat` ,
127
127
'background-size' : `1.5em 1.5em` ,
128
128
'padding-right' : spacing [ 10 ] ,
129
- 'color-adjust' : `exact` ,
129
+ 'print- color-adjust' : `exact` ,
130
130
} ,
131
131
} ,
132
132
{
@@ -138,7 +138,7 @@ const forms = plugin.withOptions(function (options = { strategy: undefined }) {
138
138
'background-repeat' : 'unset' ,
139
139
'background-size' : 'initial' ,
140
140
'padding-right' : spacing [ 3 ] ,
141
- 'color-adjust' : 'unset' ,
141
+ 'print- color-adjust' : 'unset' ,
142
142
} ,
143
143
} ,
144
144
{
@@ -147,7 +147,7 @@ const forms = plugin.withOptions(function (options = { strategy: undefined }) {
147
147
styles : {
148
148
appearance : 'none' ,
149
149
padding : '0' ,
150
- 'color-adjust' : 'exact' ,
150
+ 'print- color-adjust' : 'exact' ,
151
151
display : 'inline-block' ,
152
152
'vertical-align' : 'middle' ,
153
153
'background-origin' : 'border-box' ,
You can’t perform that action at this time.
0 commit comments