From 7094bc2089bf451a45a0872bef5c3f75253e0a57 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Wed, 28 Dec 2022 00:14:06 +0400 Subject: [PATCH] [common] Fix Bug 60360 --- apps/common/mobile/resources/less/material/icons.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/common/mobile/resources/less/material/icons.less b/apps/common/mobile/resources/less/material/icons.less index 914e15bc3..8147d5876 100644 --- a/apps/common/mobile/resources/less/material/icons.less +++ b/apps/common/mobile/resources/less/material/icons.less @@ -34,6 +34,9 @@ height: 24px; .encoded-svg-mask('', @toolbar-icons); } + &.icon-back { + color: @toolbar-icons; + } &.icon-edit { width: 22px; height: 22px;