docs(docs-infra): update update guide when changing level (#62526)

This commit also fixes the colors of the material button toggle

fixes #62432

PR Close #62526
This commit is contained in:
Matthieu Riegler 2025-07-08 19:32:44 +02:00 committed by Andrew Kushnir
parent efb4783ca0
commit 2ddd9aa4c3
2 changed files with 12 additions and 1 deletions

View file

@ -293,6 +293,17 @@
)
);
:root {
@include mat.button-toggle-overrides(
(
text-color: var(--primary-contrast),
background-color: var(--octonary-contrast),
selected-state-text-color: var(--secondary-contrast),
selected-state-background-color: var(--senary-contrast),
)
);
}
// LIGHT MODE (Explicit)
.docs-light-mode {
background-color: #ffffff;

View file

@ -84,7 +84,7 @@
<h3>Application complexity</h3>
<mat-button-toggle-group
(change)="level = $event.value;"
(change)="level = $event.value; showUpdatePath()"
[value]="level"
style="margin-bottom:16px;"
>