|
2 | 2 | @use "igniteui-angular/theming" as *;
|
3 | 3 |
|
4 | 4 | $custom-contained-theme: contained-button-theme(
|
5 |
| - $background: #348ae0, |
6 |
| - $hover-background: #2e7bc8, |
7 |
| - $focus-visible-background: #2e7bc8 |
| 5 | + $background: #348ae0 |
8 | 6 | );
|
9 | 7 |
|
10 | 8 | $custom-flat-theme: flat-button-theme(
|
11 |
| - $foreground: var(--ig-error-500-contrast), |
12 |
| - $hover-foreground: var(--ig-error-800-contrast), |
13 |
| - $focus-visible-foreground: var(--ig-error-800-contrast), |
14 |
| - $background: var(--ig-error-500), |
15 |
| - $hover-background: var(--ig-error-800), |
16 |
| - $focus-visible-background: var(--ig-error-800) |
| 9 | + $foreground: var(--ig-error-800) |
17 | 10 | );
|
18 | 11 |
|
19 | 12 | $custom-outlined-theme: outlined-button-theme(
|
20 |
| - $foreground: var(--ig-success-500), |
21 |
| - $hover-foreground: var(--ig-success-700), |
22 |
| - $focus-foreground: var(--ig-success-700), |
23 |
| - $border-color: var(--ig-success-500), |
24 |
| - $hover-border-color: var(--ig-success-700), |
25 |
| - $focus-border-color: var(--ig-success-700) |
| 13 | + $foreground: var(--ig-success-500) |
26 | 14 | );
|
27 | 15 |
|
28 | 16 | $custom-fab-theme: fab-button-theme(
|
|
0 commit comments