mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
fix event-encrypting-color in dark theme
This commit is contained in:
parent
c1290fd24d
commit
ba5e7d4013
@ -83,7 +83,7 @@ $roomsublist-label-bg-color: #454545;
|
|||||||
// ********************
|
// ********************
|
||||||
|
|
||||||
// event tile lifecycle
|
// event tile lifecycle
|
||||||
$event-encrypting-color: #abddbc;
|
$event-encrypting-color: rgba(171, 221, 188, 0.4);
|
||||||
$event-sending-color: #ddd;
|
$event-sending-color: #ddd;
|
||||||
$event-notsent-color: #f44;
|
$event-notsent-color: #f44;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user