We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c4a2ad + 084ea2c commit bfbdfc9Copy full SHA for bfbdfc9
src/app/grid/custom-grid-paging-style/custom-grid-paging-style.component.scss
@@ -12,14 +12,13 @@ $dark-paginator: paginator-theme(
12
$border-color: $my-secondary
13
);
14
15
-$dark-button: button-theme(
+$dark-button: icon-button-theme(
16
$foreground: $my-secondary,
17
$hover-foreground: $dark-gray,
18
$hover-background: $my-secondary,
19
$focus-foreground: $dark-gray,
20
$focus-background: $my-secondary,
21
$border-color: $my-secondary,
22
- $hover-border-color: $my-secondary,
23
$focus-border-color: $my-secondary,
24
$disabled-foreground: $inactive-color
25
0 commit comments