Fix normal e2e icon colour
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
9f199758b9
commit
fcf5fc0990
6 changed files with 6 additions and 4 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue