mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 12:45:11 +08:00
Restore -offline value (#11287)
This commit is contained in:
parent
c8ddeb8e8a
commit
599d19d094
@ -24,7 +24,10 @@ $input-darker-fg-color: $secondary-content;
|
||||
$resend-button-divider-color: $input-darker-bg-color;
|
||||
$icon-button-color: var(--cpd-color-icon-tertiary);
|
||||
$theme-button-bg-color: $quinary-content;
|
||||
$presence-offline: $quinary-content;
|
||||
/* not using a compound color here for now as we want to have the same color in
|
||||
light and dark theme. Until we have a non-symetrical token for it, let's keep
|
||||
it hardcoded to the following value */
|
||||
$presence-offline: #e3e8f0;
|
||||
$pinned-color: $tertiary-content;
|
||||
$button-secondary-bg-color: $accent-fg-color;
|
||||
$message-action-bar-fg-color: $primary-content;
|
||||
|
@ -166,7 +166,10 @@ $rte-code-bg-color: rgba(0, 0, 0, 0.04);
|
||||
/* Presence */
|
||||
/* ******************** */
|
||||
$presence-away: #d9b072;
|
||||
$presence-offline: $quinary-content;
|
||||
/* not using a compound color here for now as we want to have the same color in
|
||||
light and dark theme. Until we have a non-symetrical token for it, let's keep
|
||||
it hardcoded to the following value */
|
||||
$presence-offline: #e3e8f0;
|
||||
$presence-busy: $alert;
|
||||
/* ******************** */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user