Skip to content

Commit d683d05

Browse files
committed
fix:暗色主题适配
1 parent f28fd42 commit d683d05

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/theme/src/upload-list/index.less

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,12 +291,16 @@
291291
}
292292

293293
&__icon-operationfaild {
294-
fill: #f23030;
294+
fill: var(--tv-UploadList-item-fail-text-color);
295295
margin-right: 8px;
296296
margin-left: 4px;
297297
font-size: 16px;
298298
}
299299

300+
&__text-desc {
301+
line-height: 30px;
302+
}
303+
300304
&__item-tooltip {
301305
display: flex;
302306
align-items: center;

0 commit comments

Comments
 (0)