Skip to content

Commit bfbdfc9

Browse files
authored
Merge pull request #3481 from IgniteUI/sivanova/fix-3473
fix(grid-sample): custom button theme issue
2 parents 0c4a2ad + 084ea2c commit bfbdfc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ $dark-paginator: paginator-theme(
1212
$border-color: $my-secondary
1313
);
1414

15-
$dark-button: button-theme(
15+
$dark-button: icon-button-theme(
1616
$foreground: $my-secondary,
1717
$hover-foreground: $dark-gray,
1818
$hover-background: $my-secondary,
1919
$focus-foreground: $dark-gray,
2020
$focus-background: $my-secondary,
2121
$border-color: $my-secondary,
22-
$hover-border-color: $my-secondary,
2322
$focus-border-color: $my-secondary,
2423
$disabled-foreground: $inactive-color
2524
);

0 commit comments

Comments
 (0)