From 9ecc4ff643a8a8691dc56789fd61ab193d9a8768 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Tue, 9 Nov 2021 01:46:02 +0400 Subject: [PATCH] [PE mobile] Fix icons --- apps/common/mobile/resources/less/icons.less | 2 +- .../mobile/src/less/icons-material.less | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/common/mobile/resources/less/icons.less b/apps/common/mobile/resources/less/icons.less index bb5757b75..2d031a821 100644 --- a/apps/common/mobile/resources/less/icons.less +++ b/apps/common/mobile/resources/less/icons.less @@ -23,7 +23,7 @@ i.icon { &.icon-collaboration { width: 24px; height: 24px; - .encoded-svg-background(''); + .encoded-svg-mask('', @brandColor); } &.icon-cancellation { width: 24px; diff --git a/apps/presentationeditor/mobile/src/less/icons-material.less b/apps/presentationeditor/mobile/src/less/icons-material.less index babce4172..c27b1ab74 100644 --- a/apps/presentationeditor/mobile/src/less/icons-material.less +++ b/apps/presentationeditor/mobile/src/less/icons-material.less @@ -220,7 +220,7 @@ &.icon-image-library { width: 24px; height: 24px; - .encoded-svg-mask('', @brandColor); + .encoded-svg-mask('', @brandColor); } &.icon-text-valign-top { @@ -419,13 +419,13 @@ &.icon-users { width: 24px; height: 24px; - .encoded-svg-mask('', @brandColor); + .encoded-svg-mask('', @brandColor); } &.icon-app-settings { width: 24px; height: 24px; - .encoded-svg-mask('', @brandColor); + .encoded-svg-mask('', @brandColor); } //Comments @@ -456,7 +456,7 @@ &.icon-insert-comment { width: 24px; height: 24px; - .encoded-svg-mask('', @brandColor); + .encoded-svg-mask('', @brandColor); } &.icon-done-comment-white { @@ -468,13 +468,13 @@ &.icon-add-table { width: 24px; height: 24px; - .encoded-svg-mask('', @brandColor); + .encoded-svg-mask('', @brandColor); } &.icon-link { width: 24px; height: 24px; - .encoded-svg-mask('', @brandColor); + .encoded-svg-mask('', @brandColor); } &.icon-plus { width: 22px;