Skip to content

Commit 903ba82

Browse files
Update snpashots
1 parent 6db4c62 commit 903ba82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integrations/cli/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,9 +1711,9 @@ test(
17111711
}
17121712
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
17131713
::placeholder {
1714-
color: currentColor;
1714+
color: currentcolor;
17151715
@supports (color: color-mix(in lab, red, red)) {
1716-
color: color-mix(in oklab, currentColor 50%, transparent);
1716+
color: color-mix(in oklab, currentcolor 50%, transparent);
17171717
}
17181718
}
17191719
}

0 commit comments

Comments
 (0)