Skip to content

Commit 82bf3d7

Browse files
authored
Merge branch 'vNext' into simeonoff/igniteui-theming
2 parents a0af2d7 + de1acc8 commit 82bf3d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $color-palette: palette($primary: $white, $secondary: $blue, $surface: #fff);
77

88
$grid-theme: grid-theme(
99
$cell-editing-background: $blue,
10-
$cell-active-border-color: $white,
10+
$cell-active-border-color: $blue,
1111
$cell-edited-value-color: $white,
1212
$edit-mode-color: color($color-palette, "secondary", 200)
1313
);

0 commit comments

Comments
 (0)