1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

set icon-button-color to be configurable (#7725)

This commit is contained in:
Akash Patel
2022-02-17 04:40:23 -05:00
committed by GitHub
parent 2f1d2ed5f8
commit 328bbd0e08

View File

@ -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);