From 8507349ea15c03b63d9c4a25017178708d0d5bc4 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Mon, 29 Mar 2021 00:20:37 +0300 Subject: [PATCH] [common] fixed component style --- apps/common/main/resources/less/buttons.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/resources/less/buttons.less b/apps/common/main/resources/less/buttons.less index 28921d469..b2d495461 100644 --- a/apps/common/main/resources/less/buttons.less +++ b/apps/common/main/resources/less/buttons.less @@ -779,7 +779,7 @@ &.active:not(.disabled) { background-color: @highlight-button-pressed-ie !important; background-color: @highlight-button-pressed !important; - color: white; + color: @text-normal-pressed; } &[disabled],