mirror of https://github.com/vector-im/riot-web
fix dark skin event sending color
parent
64f0beb1eb
commit
2eec9b10ef
|
@ -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 New Issue