mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
fix dark skin event sending color
This commit is contained in:
parent
64f0beb1eb
commit
2eec9b10ef
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ $roomsublist-label-bg-color: #454545;
|
|||
|
||||
// event tile lifecycle
|
||||
$event-encrypting-color: rgba(171, 221, 188, 0.4);
|
||||
$event-sending-color: #ddd;
|
||||
$event-sending-color: #444;
|
||||
$event-notsent-color: #f44;
|
||||
|
||||
// event timestamp
|
||||
|
|
Loading…
Reference in a new issue