From f394d8117f52fff976fd691c19f623d8c16cf88a Mon Sep 17 00:00:00 2001 From: Andrey Shimagin Date: Wed, 27 Apr 2022 12:11:10 +0300 Subject: [PATCH] [PE SSE] Fix Bug 56868 --- apps/presentationeditor/mobile/src/less/icons-material.less | 2 +- apps/spreadsheeteditor/mobile/src/less/icons-material.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/presentationeditor/mobile/src/less/icons-material.less b/apps/presentationeditor/mobile/src/less/icons-material.less index f99c73331b..6974e1329b 100644 --- a/apps/presentationeditor/mobile/src/less/icons-material.less +++ b/apps/presentationeditor/mobile/src/less/icons-material.less @@ -442,7 +442,7 @@ &.icon-plus { width: 22px; height: 22px; - .encoded-svg-mask('', @toolbar-icons); + .encoded-svg-mask('', @fill-white); } } diff --git a/apps/spreadsheeteditor/mobile/src/less/icons-material.less b/apps/spreadsheeteditor/mobile/src/less/icons-material.less index 4e393b6e2a..76e2bb84fb 100644 --- a/apps/spreadsheeteditor/mobile/src/less/icons-material.less +++ b/apps/spreadsheeteditor/mobile/src/less/icons-material.less @@ -358,7 +358,7 @@ &.icon-plus { width: 22px; height: 22px; - .encoded-svg-mask(''); + .encoded-svg-mask('', @fill-white); } }