From abc5db5715559c4517e17e4a755a4b95d3022689 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 20 Oct 2021 10:07:31 -0600 Subject: [PATCH] Fix colour variable references in composer format bar (#7000) --- res/css/views/rooms/_MessageComposerFormatBar.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/css/views/rooms/_MessageComposerFormatBar.scss b/res/css/views/rooms/_MessageComposerFormatBar.scss index cd941e32fd..b02afac079 100644 --- a/res/css/views/rooms/_MessageComposerFormatBar.scss +++ b/res/css/views/rooms/_MessageComposerFormatBar.scss @@ -21,7 +21,7 @@ limitations under the License. position: absolute; cursor: pointer; border-radius: 8px; - background-color: $primary-bg-color; + background-color: $background; border: 1px solid $input-border-color; user-select: none; // equal to z-index of mx_ReplyPreview and mx_RoomView_statusArea (1000) @@ -61,11 +61,11 @@ limitations under the License. width: 100%; mask-repeat: no-repeat; mask-position: center; - background-color: $secondary-fg-color; + background-color: $secondary-content; } .mx_MessageComposerFormatBar_button:hover::after { - background-color: $primary-fg-color; + background-color: $primary-content; } .mx_MessageComposerFormatBar_buttonIconBold::after {