Skip to content

Commit 3a14d3a

Browse files
devversionmmalerba
authored andcommitted
build: duplicate theme styles in demo-app (#4850)
* Recently the `theme.scss` file was added in favor of the dark theme button for our demo-app. The import for the prebuilt theme was still there and caused the theme styles to exist twice (overlapping)
1 parent e107d6e commit 3a14d3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/demo-app/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
<link rel="icon" type="image/x-icon" href="favicon.ico">
1010
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
11-
<link href="dist/packages/material/core/theming/prebuilt/indigo-pink.css" rel="stylesheet">
1211
<link href="theme.css" rel="stylesheet">
1312

1413
<!-- FontAwesome for md-icon demo. -->

0 commit comments

Comments
 (0)