summaryrefslogtreecommitdiff
path: root/ui/styles/variables.css
diff options
context:
space:
mode:
Diffstat (limited to 'ui/styles/variables.css')
-rw-r--r--ui/styles/variables.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/styles/variables.css b/ui/styles/variables.css
index 2758aa1..99705f2 100644
--- a/ui/styles/variables.css
+++ b/ui/styles/variables.css
@@ -40,8 +40,8 @@
--colour-input-border: color-mix(in srgb, var(--colour-input-bg) 50%, black);
--colour-input-text: var(--dark-text);
- /* Active channel */
- --colour-active-channel-bg: color-mix(in srgb, var(--colour-base) 25%, white);
+ /* Active conversation */
+ --colour-active-conversation-bg: color-mix(in srgb, var(--colour-base) 25%, white);
/* MessageRun */
--colour-message-run-self-bg: color-mix(in srgb, var(--colour-base) 30%, white);