We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28fd42 commit d683d05Copy full SHA for d683d05
packages/theme/src/upload-list/index.less
@@ -291,12 +291,16 @@
291
}
292
293
&__icon-operationfaild {
294
- fill: #f23030;
+ fill: var(--tv-UploadList-item-fail-text-color);
295
margin-right: 8px;
296
margin-left: 4px;
297
font-size: 16px;
298
299
300
+ &__text-desc {
301
+ line-height: 30px;
302
+ }
303
+
304
&__item-tooltip {
305
display: flex;
306
align-items: center;
0 commit comments