We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6a776 commit e151e20Copy full SHA for e151e20
src/Limbo.Umbraco.TextBox/PropertyEditors/TextAreaDataEditor.cs
@@ -16,7 +16,7 @@ public class TextAreaDataEditor : DataEditor {
16
17
public const string EditorAlias = "Limbo.Umbraco.TextArea";
18
19
- public const string EditorIcon = "icon-autofill color-limbo";
+ public const string EditorIcon = "icon-application-window-alt color-limbo";
20
21
public const string EditorView = "/App_Plugins/Limbo.Umbraco.TextBox/Views/TextArea.html";
22
0 commit comments