Revert "Use Compound primary colors for most actions" (#12264)
* Revert ed5ef023b2
* Update failing snapshots
* Update snapshots after develop merge
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user