Skip to content

Commit d2e3757

Browse files
committed
Fixes #14 - Add ::ng-deep to propagate default style to sub-components
1 parent bfbedf2 commit d2e3757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/spinner/spinner.component.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
justify-content: center;
1414
}
1515

16-
.colored-parent, .colored > div {
16+
::ng-deep .colored-parent, ::ng-deep .colored > div {
1717
background-color: #333;
1818
}

0 commit comments

Comments
 (0)