Skip to content

Commit 76ce983

Browse files
committed
fix(theming): prop that was depricated removed again
1 parent 1f9c63a commit 76ce983

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/app/theming/angular/angular-sample.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ igx-expansion-panel-body {
139139
@include typography($font-family: $material-typeface, $type-scale: $material-type-scale);
140140

141141
&.light {
142-
@include color-classes($palette: $igx-light-palette, $prop: "background", $prefix: "bg");
142+
@include color-classes($prop: "background", $prefix: "bg");
143143

144144
background: color($igx-light-palette, 'surface');
145145

@@ -159,7 +159,7 @@ igx-expansion-panel-body {
159159
}
160160

161161
&.dark {
162-
@include color-classes($palette: $custom-dark-palette, $prop: "background", $prefix: "bg");
162+
@include color-classes($prop: "background", $prefix: "bg");
163163

164164
background: color($custom-dark-palette, 'surface');
165165

src/app/theming/bootstrap/bootstrap-sample.component.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ $dark-secondary: color($custom-dark-palette, "secondary");
5151

5252
&.light {
5353
@include color-classes(
54-
$palette: $light-bootstrap-palette,
5554
$prop: 'background',
5655
$prefix: 'bg'
5756
);
@@ -78,7 +77,6 @@ $dark-secondary: color($custom-dark-palette, "secondary");
7877

7978
&.dark {
8079
@include color-classes(
81-
$palette: $custom-dark-palette,
8280
$prop: 'background',
8381
$prefix: 'bg'
8482
);

0 commit comments

Comments
 (0)