Skip to content

Commit e094b64

Browse files
committed
fix(grid-sample): custon button theme issue
1 parent d474ab4 commit e094b64

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)