Support MSC3026 busy presence (#8043)
* Support MSC3026 busy presence * Use UnstableValue * Add the import
This commit is contained in:
parent
afadea01a0
commit
23d5ba9c89
6 changed files with 24 additions and 1 deletions
|
@ -137,6 +137,7 @@ $roomtile-selected-bg-color: #fff;
|
|||
|
||||
$presence-away: #d9b072;
|
||||
$presence-offline: #e3e8f0;
|
||||
$presence-busy: #FF5B55;
|
||||
|
||||
// Legacy theme backports
|
||||
$accent: #0DBD8B;
|
||||
|
|
|
@ -136,6 +136,7 @@ $rte-code-bg-color: rgba(0, 0, 0, 0.04);
|
|||
// ********************
|
||||
$presence-away: #d9b072;
|
||||
$presence-offline: $quinary-content;
|
||||
$presence-busy: $alert;
|
||||
// ********************
|
||||
|
||||
// Inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue