Skip to content

Commit efaac0c

Browse files
Mariela TihovaMariela Tihova
authored andcommitted
fix(pagination-style): use flat-icon-button-theme
1 parent 51aa605 commit efaac0c

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/app/grid/custom-grid-paging-style/custom-grid-paging-style.component.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ $my-primary: #231c2c;
55
$my-secondary: #d0ab23;
66
$dark-gray: #333;
77
$light-gray: #999;
8-
$inactive-color: #9b7829;
8+
$inactive-color: #826217;
99

1010
$dark-paginator: paginator-theme(
1111
$text-color: $my-secondary,
1212
$background-color: $my-primary,
1313
$border-color: $my-secondary
1414
);
1515

16-
$dark-button: icon-button-theme(
16+
$dark-button: flat-icon-button-theme(
1717
$foreground: $my-secondary,
1818
$hover-foreground: $dark-gray,
1919
$hover-background: $my-secondary,
@@ -59,13 +59,12 @@ $dark-drop-down-theme: drop-down-theme(
5959

6060
:host {
6161
::ng-deep {
62-
@include css-vars($dark-drop-down-theme);
63-
62+
@include css-vars($dark-drop-down-theme);
63+
6464
igx-paginator {
6565
@include css-vars($dark-button);
6666
@include css-vars($dark-input-group);
6767
@include css-vars($dark-select);
6868
}
6969
}
7070
}
71-

0 commit comments

Comments
 (0)