Skip to content

Commit 91482eb

Browse files
committed
fix(toolbar): fix build error
1 parent 45e26af commit 91482eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

projects/igniteui-angular/src/lib/core/styles/themes/schemas/dark/_grid-toolbar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $dark-bootstrap-grid-toolbar: extend($bootstrap-grid-toolbar);
3232
/// @requires {function} extend
3333
/// @requires $indigo-grid-toolbar
3434
$dark-indigo-grid-toolbar: extend(
35-
$indigo-grid-toolbar
35+
$indigo-grid-toolbar,
3636
(
3737
background-color: (
3838
igx-color: 'surface',

projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_grid-summary.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ $light-grid-summary: (
5151
/// Generates a fluent grid-summary schema.
5252
/// @type {Map}
5353
///
54-
/// @property {Color} background-color [ igx-color: ('surface')] - The summaries background color is inherited from the grid footer.
55-
/// @property {map} border-color [ igx-color: ('grays', 100)] - The summaries border color.
54+
/// @property {Map} background-color [igx-color: ('surface')] - The summaries background color is inherited from the grid footer.
55+
/// @property {map} border-color [igx-color: ('grays', 100)] - The summaries border color.
5656
/// @property {map} pinned-border-color [igx-color: ('grays', 300)] - The border color of the summary panel.
5757
///
5858
/// @requires {function} extend
@@ -81,7 +81,7 @@ $bootstrap-grid-summary: $light-grid-summary;
8181

8282
/// Generates an indigo grid-summary schema.
8383
/// @type {Map}
84-
/// @property {Color} background-color [igx-color: ('grays', 100)] - The summaries background color is inherited from the grid footer.
84+
/// @property {Map} background-color [igx-color: ('grays', 100)] - The summaries background color is inherited from the grid footer.
8585
/// @property {map} label-hover-color [igx-color: ('primary', 900)] - The summaries hover label color.
8686
/// @property {map} border-color [igx-color: ('primary', 50)] - The summaries border color.
8787
/// @property {map} pinned-border-color [igx-color: ('primary', 200)] - The border color of the summary panel.

0 commit comments

Comments
 (0)