feat: file icon support doc and docx (#2289)
This commit is contained in:
@@ -291,6 +291,10 @@
|
||||
background-image: url(../assets/csv.svg);
|
||||
}
|
||||
|
||||
.fileIcon.doc {
|
||||
background-image: url(../assets/doc.svg);
|
||||
}
|
||||
|
||||
.fileIcon.docx {
|
||||
background-image: url(../assets/docx.svg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user