Use compound colours for verification badges (#9794)

* update e2e colour variables to compound colours

* use e2e colour vars for e2e icons
This commit is contained in:
Kerry 2022-12-20 15:07:28 +13:00 committed by GitHub
parent 0485b74acb
commit d3ab11928b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 12 additions and 12 deletions

View file

@ -66,7 +66,7 @@ limitations under the License.
.mx_E2EIcon_warning::after {
mask-image: url("$(res)/img/e2e/warning.svg");
background-color: $alert;
background-color: $e2e-warning-color;
}
.mx_E2EIcon_normal::after {
@ -76,5 +76,5 @@ limitations under the License.
.mx_E2EIcon_verified::after {
mask-image: url("$(res)/img/e2e/verified.svg");
background-color: $accent;
background-color: $e2e-verified-color;
}