|
366 | 366 |
|
367 | 367 | @media (prefers-color-scheme: dark) { |
368 | 368 | ::ng-deep .static-filter-chip .mat-mdc-chip { |
369 | | - --mdc-chip-container-color: #E8ECEE !important; |
370 | | - --mdc-chip-elevated-container-color: #E8ECEE !important; |
371 | | - background-color: #E8ECEE !important; |
| 369 | + --mdc-chip-container-color: #3a4a5c !important; |
| 370 | + --mdc-chip-elevated-container-color: #3a4a5c !important; |
| 371 | + --mdc-chip-label-text-color: rgba(255, 255, 255, 0.87) !important; |
| 372 | + background-color: #3a4a5c !important; |
| 373 | + color: rgba(255, 255, 255, 0.87) !important; |
372 | 374 | } |
373 | 375 |
|
374 | 376 | ::ng-deep .static-filter-chip .mat-mdc-chip:hover { |
375 | | - --mdc-chip-container-color: #E8ECEE !important; |
376 | | - --mdc-chip-elevated-container-color: #E8ECEE !important; |
377 | | - background-color: #E8ECEE !important; |
| 377 | + --mdc-chip-container-color: #3a4a5c !important; |
| 378 | + --mdc-chip-elevated-container-color: #3a4a5c !important; |
| 379 | + background-color: #3a4a5c !important; |
378 | 380 | } |
379 | 381 |
|
380 | 382 | ::ng-deep .static-filter-chip .mat-mdc-chip:active { |
381 | | - --mdc-chip-container-color: #E8ECEE !important; |
382 | | - --mdc-chip-elevated-container-color: #E8ECEE !important; |
383 | | - background-color: #E8ECEE !important; |
| 383 | + --mdc-chip-container-color: #3a4a5c !important; |
| 384 | + --mdc-chip-elevated-container-color: #3a4a5c !important; |
| 385 | + background-color: #3a4a5c !important; |
384 | 386 | } |
385 | 387 |
|
386 | 388 | ::ng-deep .static-filter-chip .mdc-evolution-chip__cell { |
387 | | - background-color: #E8ECEE !important; |
| 389 | + background-color: #3a4a5c !important; |
388 | 390 | } |
389 | 391 |
|
390 | 392 | ::ng-deep .static-filter-chip .mdc-evolution-chip__cell:hover { |
391 | | - background-color: #E8ECEE !important; |
| 393 | + background-color: #3a4a5c !important; |
392 | 394 | } |
393 | 395 |
|
394 | 396 | ::ng-deep .static-filter-chip .mat-mdc-chip.mdc-evolution-chip--with-primary-icon { |
395 | | - --mdc-chip-container-color: #E8ECEE !important; |
396 | | - --mdc-chip-elevated-container-color: #E8ECEE !important; |
397 | | - background-color: #E8ECEE !important; |
| 397 | + --mdc-chip-container-color: #3a4a5c !important; |
| 398 | + --mdc-chip-elevated-container-color: #3a4a5c !important; |
| 399 | + background-color: #3a4a5c !important; |
398 | 400 | } |
399 | 401 |
|
400 | 402 | ::ng-deep .static-filter-chip .mat-mdc-chip.mdc-evolution-chip--with-primary-icon:hover { |
401 | | - --mdc-chip-container-color: #E8ECEE !important; |
402 | | - --mdc-chip-elevated-container-color: #E8ECEE !important; |
403 | | - background-color: #E8ECEE !important; |
| 403 | + --mdc-chip-container-color: #3a4a5c !important; |
| 404 | + --mdc-chip-elevated-container-color: #3a4a5c !important; |
| 405 | + background-color: #3a4a5c !important; |
404 | 406 | } |
405 | 407 |
|
406 | 408 | ::ng-deep .static-filter-chip .mat-mdc-chip.mdc-evolution-chip--with-primary-icon:active { |
407 | | - --mdc-chip-container-color: #E8ECEE !important; |
408 | | - --mdc-chip-elevated-container-color: #E8ECEE !important; |
409 | | - background-color: #E8ECEE !important; |
| 409 | + --mdc-chip-container-color: #3a4a5c !important; |
| 410 | + --mdc-chip-elevated-container-color: #3a4a5c !important; |
| 411 | + background-color: #3a4a5c !important; |
410 | 412 | } |
411 | 413 | } |
412 | 414 |
|
|
0 commit comments