_select.scss 252 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 body { .mat-select-panel { background-color: mat-color($background, card); } .mat-select-trigger, .mat-option { font-size: $font-size-base; } .app-dark .mat-select-panel { background-color: mat-color($dark-background, card); } }