From 30b46816620c001d53b95159e2f3aeee65000b10 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 20 Feb 2025 12:05:21 +0300 Subject: [PATCH] Fix icon cls --- apps/documenteditor/forms/app/view/ApplicationView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/forms/app/view/ApplicationView.js b/apps/documenteditor/forms/app/view/ApplicationView.js index 835666cc56..7367b0099b 100644 --- a/apps/documenteditor/forms/app/view/ApplicationView.js +++ b/apps/documenteditor/forms/app/view/ApplicationView.js @@ -180,7 +180,7 @@ define([ this.btnFillStatus = new Common.UI.Button({ cls: 'btn-toolbar margin-right-small', - iconCls: 'svg-icon status', + iconCls: 'svg-icon filing-status-light', hint: this.tipFillStatus, scaling: false });