diff --git a/apps/common/mobile/resources/less/icons.less b/apps/common/mobile/resources/less/icons.less
index 6efda00eb..b55a32e48 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-mask('');
+ .encoded-svg-mask('');
}
&.icon-cancellation {
width: 24px;
@@ -87,6 +87,6 @@ i.icon {
&.icon-sharing-settings {
width: 24px;
height: 24px;
- .encoded-svg-mask('')
+ .encoded-svg-mask('')
}
}
diff --git a/apps/common/mobile/resources/less/material/icons.less b/apps/common/mobile/resources/less/material/icons.less
index df8e84146..914e15bc3 100644
--- a/apps/common/mobile/resources/less/material/icons.less
+++ b/apps/common/mobile/resources/less/material/icons.less
@@ -32,7 +32,7 @@
&.icon-collaboration {
width: 24px;
height: 24px;
- .encoded-svg-mask('', @toolbar-icons);
+ .encoded-svg-mask('', @toolbar-icons);
}
&.icon-edit {
width: 22px;