Skip to content

Commit 632931a

Browse files
committed
feat(grid): update grid theme
1 parent f38075c commit 632931a

2 files changed

Lines changed: 142 additions & 138 deletions

File tree

projects/igniteui-angular/core/src/core/styles/components/grid/_excel-filtering-theme.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@
409409
overflow: hidden;
410410

411411
@if $variant == 'indigo' {
412-
--background: var(--ig-grid-background, #{color($color: 'surface', $variant: 500)});
412+
--background: var(--_grid-background, #{color($color: 'surface', $variant: 500)});
413413

414414
margin-inline: calc(sizable(rem(-16px)) * -1);
415415

@@ -619,7 +619,7 @@
619619

620620
@if $bootstrap-theme {
621621
padding-block-start: pad-block(rem(16px));
622-
border-top: rem(1px) solid color-mix(in srgb, var(--ig-grid-foreground, var(--ig-gray-300)) 20%, var(--ig-grid-background, var(--ig-gray-300)));
622+
border-top: rem(1px) solid color-mix(in srgb, var(--_grid-foreground, var(--ig-gray-300)) 20%, var(--_grid-background, var(--ig-gray-300)));
623623
}
624624

625625
%grid-excel-filter__apply,

0 commit comments

Comments
 (0)