Skip to content

Commit fb21649

Browse files
committed
Use print-color-adjust
1 parent 6714b3d commit fb21649

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const forms = plugin.withOptions(function (options = { strategy: undefined }) {
126126
'background-repeat': `no-repeat`,
127127
'background-size': `1.5em 1.5em`,
128128
'padding-right': spacing[10],
129-
'color-adjust': `exact`,
129+
'print-color-adjust': `exact`,
130130
},
131131
},
132132
{
@@ -138,7 +138,7 @@ const forms = plugin.withOptions(function (options = { strategy: undefined }) {
138138
'background-repeat': 'unset',
139139
'background-size': 'initial',
140140
'padding-right': spacing[3],
141-
'color-adjust': 'unset',
141+
'print-color-adjust': 'unset',
142142
},
143143
},
144144
{
@@ -147,7 +147,7 @@ const forms = plugin.withOptions(function (options = { strategy: undefined }) {
147147
styles: {
148148
appearance: 'none',
149149
padding: '0',
150-
'color-adjust': 'exact',
150+
'print-color-adjust': 'exact',
151151
display: 'inline-block',
152152
'vertical-align': 'middle',
153153
'background-origin': 'border-box',

0 commit comments

Comments
 (0)