From 3f0f2cd2ab035a9b233039e38d386bfd5ed72e8f Mon Sep 17 00:00:00 2001 From: ShimaginAndrey Date: Wed, 9 Feb 2022 14:31:28 +0300 Subject: [PATCH] [SSE] Fix Bug 55407 --- apps/spreadsheeteditor/mobile/src/less/icons-ios.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/mobile/src/less/icons-ios.less b/apps/spreadsheeteditor/mobile/src/less/icons-ios.less index c61930cb2..c4bffc20b 100644 --- a/apps/spreadsheeteditor/mobile/src/less/icons-ios.less +++ b/apps/spreadsheeteditor/mobile/src/less/icons-ios.less @@ -142,7 +142,7 @@ &.icon-image-library { width: 22px; height: 22px; - .encoded-svg-mask('icons_for_svg'); + .encoded-svg-background('icons_for_svg'); } &.icon-cell-wrap { width: 22px;