From 27b196f585e961d9775ca992e35c8843b8e95c8d Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Tue, 27 Nov 2018 14:35:16 +0200 Subject: [PATCH] fix(docs-infra): remove hard-coded color from inlined SVG icons (#27250) This allows the icons to inherit the color of their HTMLElement parent. PR Close #27250 --- aio/src/app/app.module.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/src/app/app.module.ts b/aio/src/app/app.module.ts index 2aebb6f4e1..014b6208cd 100644 --- a/aio/src/app/app.module.ts +++ b/aio/src/app/app.module.ts @@ -51,7 +51,7 @@ export const svgIconProviders = [ useValue: { name: 'close', svgSource: - '' + + '' + '' + '' + '', @@ -75,7 +75,7 @@ export const svgIconProviders = [ useValue: { name: 'insert_comment', svgSource: - '' + + '' + '' + '' + '',