|
494 | 494 | $warn: igx-color($palette, 'warn'),
|
495 | 495 | $error: igx-color($palette, 'error'),
|
496 | 496 | $surface: if($surface != #fff, $surface, #fff),
|
497 |
| - $grays: if($grays != rgba(0, 0, 0, .38), $grays, #000), |
| 497 | + $grays: if($grays != #9e9e9e, $grays, #000), |
498 | 498 | );
|
499 | 499 |
|
500 | 500 | @include igx-theme(
|
|
526 | 526 | $warn: igx-color($palette, 'warn'),
|
527 | 527 | $error: igx-color($palette, 'error'),
|
528 | 528 | $surface: if($surface != #fff, $surface, #222),
|
529 |
| - $grays: if($grays != rgba(0, 0, 0, .38), $grays, #fff), |
| 529 | + $grays: if($grays != #9e9e9e, $grays, #fff), |
530 | 530 | );
|
531 | 531 |
|
532 | 532 | @include igx-theme(
|
|
637 | 637 | $palette: igx-palette(
|
638 | 638 | $primary,
|
639 | 639 | $secondary,
|
640 |
| - $surface: if($surface != #f8f9fa, $surface, #222), |
| 640 | + $surface: if($surface != white, $surface, #222), |
641 | 641 | $grays: #fff
|
642 | 642 | ),
|
643 | 643 | $schema: $dark-bootstrap-schema,
|
|
691 | 691 | $palette: igx-palette(
|
692 | 692 | $primary,
|
693 | 693 | $secondary,
|
694 |
| - $surface: if($surface != #2a2b2f, $surface, #2a2b2f), |
| 694 | + $surface: if($surface != white, $surface, #2a2b2f), |
695 | 695 | $grays: #fff
|
696 | 696 | ),
|
697 | 697 | $schema: $dark-indigo-schema,
|
|
0 commit comments