Revert "Use Compound primary colors for most actions" (#12264)

* Revert ed5ef023b2

* Update failing snapshots

* Update snapshots after develop merge
This commit is contained in:
Florian Duros 2024-02-20 17:24:40 +01:00 committed by GitHub
parent d20e9e4f8e
commit 96a33b800a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
87 changed files with 99 additions and 104 deletions

View file

@ -63,7 +63,7 @@ limitations under the License.
}
&.mx_LayoutSwitcher_RadioButton_selected {
border-color: var(--cpd-color-bg-action-primary-rest);
border-color: $accent;
}
}
@ -72,7 +72,7 @@ limitations under the License.
}
.mx_StyledRadioButton_checked {
background-color: var(--cpd-color-bg-subtle-secondary);
background-color: $accent-200;
}
.mx_EventTile {

View file

@ -56,7 +56,7 @@ limitations under the License.
margin-bottom: $spacing-28;
> .mx_AccessibleButton_kind_link {
font: var(--cpd-font-body-md-semibold);
font: var(--cpd-font-body-md-regular);
margin-inline-end: 10px;
}
}