From 328bbd0e089f8ad0b42ff9a96c3affd936a8ffa0 Mon Sep 17 00:00:00 2001 From: Akash Patel <17132214+acxz@users.noreply.github.com> Date: Thu, 17 Feb 2022 04:40:23 -0500 Subject: [PATCH] set icon-button-color to be configurable (#7725) --- res/themes/light-custom/css/_custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/themes/light-custom/css/_custom.scss b/res/themes/light-custom/css/_custom.scss index c3a726dffa..81b7fa62b8 100644 --- a/res/themes/light-custom/css/_custom.scss +++ b/res/themes/light-custom/css/_custom.scss @@ -141,3 +141,4 @@ $reaction-row-button-selected-bg-color: var(--reaction-row-button-selected-bg-co $menu-selected-color: var(--menu-selected-color, $menu-selected-color); $other-user-pill-bg-color: var(--other-user-pill-bg-color, $other-user-pill-bg-color); +$icon-button-color: var(--icon-button-color, $icon-button-color);