Skip to content

Commit 08579ec

Browse files
committed
remove unnecessary fields
1 parent 2ba1874 commit 08579ec

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

projects/material-css-vars/src/lib/_main.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
background: $mat-css-palette-background
3535
));
3636

37-
// ---
3837
$dark-theme: mat.define-dark-theme((
3938
color: (
4039
primary: $primary,
@@ -44,9 +43,7 @@
4443
background: $mat-css-palette-background-dark
4544
),
4645
typography: $typography-config,
47-
density: 0,
48-
foreground: $mat-css-palette-foreground-dark,
49-
background: $mat-css-palette-background-dark
46+
density: 0
5047
));
5148

5249
// set global variable so passed-in content can use the theme

0 commit comments

Comments
 (0)