Skip to content

Commit 481f178

Browse files
committed
fix: remove white background on e2e verification icon and put white on the checkmark
1 parent 4e06b0e commit 481f178

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

res/css/views/rooms/_E2EIcon.pcss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,16 @@ Please see LICENSE files in the repository root for full details.
5252

5353
.mx_E2EIcon_normal::after {
5454
mask-image: url("$(res)/img/e2e/normal.svg");
55-
background-color: var(--cpd-color-icon-tertiary);
55+
background-color: white;
5656
}
5757

5858
.mx_E2EIcon_verified::after {
5959
mask-image: url("$(res)/img/e2e/verified.svg");
6060
background-color: $e2e-verified-color;
6161
}
6262

63-
// When using the "normal" icon as a background for verified or warning icon,
63+
// When using the "normal" icon as a background for verified or warning icon,
6464
// it should be slightly smaller than the foreground icon
6565
.mx_E2EIcon_verified, .mx_E2EIcon_warning .mx_E2EIcon_normal::after {
6666
mask-size: 90%;
67-
background-color: white;
6867
}

0 commit comments

Comments
 (0)