Skip to content

Commit 8c86914

Browse files
alan-agius4mgechev
authored andcommittedApr 8, 2020
fix(@schematics/angular): invalid rgba color in app.component.html
Closes #17411
1 parent 10e054f commit 8c86914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/schematics/angular/application/other-files/app.component.html.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
.card-container .card:not(.highlight-card):hover {
122122
transform: translateY(-3px);
123-
box-shadow: 0 4px 17px rgba(black, 0.35);
123+
box-shadow: 0 4px 17px rgba(0, 0, 0, 0.35);
124124
}
125125

126126
.card-container .card:not(.highlight-card):hover .material-icons path {

0 commit comments

Comments
 (0)
Please sign in to comment.