mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Fix the orange used for away presence
This commit is contained in:
parent
1cecabb0b3
commit
b24436c4a4
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ $roomtile2-default-badge-bg-color: #61708b;
|
|||
$roomtile2-selected-bg-color: #FFF;
|
||||
|
||||
$presence-online: $accent-color;
|
||||
$presence-away: orange; // TODO: Get color
|
||||
$presence-away: #d9b072;
|
||||
$presence-offline: #E3E8F0;
|
||||
|
||||
// ********************
|
||||
|
|
Loading…
Reference in a new issue