From 8e7ca2f986a3236535d3d1e44510cba17cb9f61c Mon Sep 17 00:00:00 2001 From: matty Date: Sun, 23 Jun 2024 13:04:46 -0400 Subject: [PATCH] revert to variable for textarea background color --- conversejs/custom/shared/styles/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conversejs/custom/shared/styles/_variables.scss b/conversejs/custom/shared/styles/_variables.scss index 025e5fbe..a049586a 100644 --- a/conversejs/custom/shared/styles/_variables.scss +++ b/conversejs/custom/shared/styles/_variables.scss @@ -64,7 +64,7 @@ body.converse-embedded converse-root.theme-peertube { --message-avatar-height: 36px; --chat-background-color: var(--peertube-main-background); --chat-textarea-color: var(--peertube-input-foreground); - --chat-textarea-background-color: #26262678; + --chat-textarea-background-color: var(--peertube-main-background); --chat-textarea-height: 38px; --send-button-height: 27px; --send-button-margin: 3px;