Skip to content

Commit be36b49

Browse files
fix(grid): changing row-editing-styles sample colors (#3539)
1 parent 66d0998 commit be36b49

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/app/grid/grid-row-editing-style/grid-row-editing-style.component.scss

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,19 @@
66
}
77

88
$banner-theme: banner-theme(
9-
$banner-background: #e3e3e3,
10-
$banner-message-color: color($purple-palette, "secondary", 600)
9+
$banner-background: #494949,
10+
$banner-message-color: #ffcd0f,
11+
);
12+
13+
$icon-button-theme: icon-button-theme(
14+
$foreground: #ffcd0f,
15+
$hover-foreground: #ffffff
1116
);
1217

1318
:host {
14-
@include palette($purple-palette);
1519

1620
::ng-deep {
1721
@include css-vars($banner-theme);
22+
@include css-vars($icon-button-theme);
1823
}
19-
}
24+
}

0 commit comments

Comments
 (0)