feat: Add FileIcon #1880 (#1960)

### What problem does this PR solve?

feat: Add FileIcon #1880

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-08-15 14:39:56 +08:00
committed by GitHub
parent bd19656c8f
commit 5169299826
5 changed files with 172 additions and 42 deletions

View File

@ -0,0 +1,15 @@
.messageInputWrapper {
margin-right: 20px;
.documentCard {
:global(.ant-card-body) {
padding: 10px;
position: relative;
}
}
.deleteIcon {
position: absolute;
right: -4px;
top: -4px;
color: #d92d20;
}
}