From 976697533b8cee94898a703f49f77ec968744eb5 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Mon, 19 Apr 2021 18:36:44 +0300 Subject: [PATCH] Message / Comment Button: Fix color (#1028) --- src/components/middle/message/InlineButtons.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/middle/message/InlineButtons.scss b/src/components/middle/message/InlineButtons.scss index 6c2ebc29b..c8788d56f 100644 --- a/src/components/middle/message/InlineButtons.scss +++ b/src/components/middle/message/InlineButtons.scss @@ -11,13 +11,13 @@ flex: 1; width: auto; margin: 0.125rem; - background: rgba(90, 110, 70, 0.6); + background: rgba(102, 102, 102, 0.4); border-radius: var(--border-radius-messages-small); font-weight: 500; text-transform: none; &:hover { - background: rgba(90, 110, 70, 0.4) !important; + background: rgba(130, 130, 130, 0.4) !important; } &:first-of-type {