From 024c94d2d092bf29e98f875c754351948c1db6ae Mon Sep 17 00:00:00 2001 From: svetlagasheva Date: Fri, 27 Mar 2020 14:43:11 +0200 Subject: [PATCH] ActionButton icon color fixed --- src/common/MetaPreview/ActionButton/styles.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/MetaPreview/ActionButton/styles.less b/src/common/MetaPreview/ActionButton/styles.less index c301df320..a74c0cc0e 100644 --- a/src/common/MetaPreview/ActionButton/styles.less +++ b/src/common/MetaPreview/ActionButton/styles.less @@ -24,7 +24,7 @@ display: block; width: 100%; height: 100%; - fill: @color-surface-light5; + fill: @color-surface-light5-90; } }