Skip to content

Commit a967af9

Browse files
committed
use semi-transparent gray instead of black
1 parent 330d99f commit a967af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-examples/cdk-virtual-scroll-context/cdk-virtual-scroll-context-example.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
}
1010

1111
.example-alternate {
12-
background: rgba(0, 0, 0, .2);
12+
background: rgba(127, 127, 127, 0.3);
1313
}

0 commit comments

Comments
 (0)