Fix normal e2e icon colour

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-07-14 13:30:05 +01:00
parent 9f199758b9
commit fcf5fc0990
6 changed files with 6 additions and 4 deletions

View file

@ -70,7 +70,7 @@ limitations under the License.
.mx_E2EIcon_normal::after {
mask-image: url('$(res)/img/e2e/normal.svg');
background-color: #020202; // TODO theme this
background-color: $composer-e2e-icon-color;
}
.mx_E2EIcon_verified::after {

View file

@ -391,7 +391,7 @@ $left-gutter: 64px;
.mx_EventTile_e2eIcon_unauthenticated {
&::after {
mask-image: url('$(res)/img/e2e/normal.svg');
background-color: #020202; // TODO theme this
background-color: $composer-e2e-icon-color;
}
opacity: 1;
}