Skip to content

Commit 6341716

Browse files
Update snpashots
1 parent a05d354 commit 6341716

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

integrations/cli/index.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1727,7 +1727,10 @@ test(
17271727
}
17281728
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
17291729
::placeholder {
1730-
color: color-mix(in oklab, currentColor 50%, transparent);
1730+
color: currentColor;
1731+
@supports (color: color-mix(in lab, red, red)) {
1732+
color: color-mix(in oklab, currentColor 50%, transparent);
1733+
}
17311734
}
17321735
}
17331736
textarea {

0 commit comments

Comments
 (0)