Skip to content

Commit

Permalink
fix(button-toggle): fix checked color
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Nov 15, 2023
1 parent 32568ea commit d483dc6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/gui/button-toggle/button-toggle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
.mat-button-toggle-appearance-standard {
border-width: 0 !important;
background-color: var(--mdc-filled-text-field-container-color);

&.mat-button-toggle-checked {
background-color: var(--mat-standard-button-toggle-selected-state-background-color);
}
}
}

Expand Down

0 comments on commit d483dc6

Please sign in to comment.