mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Set event-sending-color in dark theme
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
6b46057283
commit
c16791814e
1 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,9 @@ $panel-divider-color: $header-panel-border-color;
|
|||
|
||||
$widget-menu-bar-bg-color: $header-panel-bg-color;
|
||||
|
||||
// event tile lifecycle
|
||||
$event-sending-color: $text-secondary-color;
|
||||
|
||||
// event redaction
|
||||
$event-redacted-fg-color: #606060;
|
||||
$event-redacted-border-color: #000000;
|
||||
|
|
Loading…
Reference in a new issue