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:
parent
0485b74acb
commit
d3ab11928b
8 changed files with 12 additions and 12 deletions
|
@ -215,10 +215,10 @@ $event-timestamp-color: #acacac;
|
|||
$copy-button-url: "$(res)/img/element-icons/copy.svg";
|
||||
|
||||
/* e2e */
|
||||
$e2e-verified-color: #76cfa5; /* N.B. *NOT* the same as $accent */
|
||||
$e2e-verified-color: #0dbd8b;
|
||||
$e2e-unknown-color: #e8bf37;
|
||||
$e2e-unverified-color: #e8bf37;
|
||||
$e2e-warning-color: #ba6363;
|
||||
$e2e-warning-color: #ff5b55;
|
||||
$e2e-verified-color-light: rgba($e2e-verified-color, 0.06);
|
||||
$e2e-warning-color-light: rgba($e2e-warning-color, 0.06);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue