aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/src/icons.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/icons.js b/core/src/icons.js
index b46101d650c..5845b01fea1 100644
--- a/core/src/icons.js
+++ b/core/src/icons.js
@@ -179,6 +179,10 @@ const iconsColor = {
path: path.join(__dirname, '../img', 'filetypes', 'text.svg'),
color: 'grey',
},
+ 'file-text': {
+ path: path.join(__dirname, '../img', 'filetypes', 'text.svg'),
+ color: 'black',
+ },
}
// use this to define aliases to existing icons