fix: paste text can not overwrite the selection

This commit is contained in:
jialin
2025-01-15 16:11:57 +08:00
parent 5bfca0f86f
commit 53a4ebb66e
7 changed files with 94 additions and 56 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
display: flex;
justify-content: center;
align-items: center;
background-color: var(--ant-color-fill-secondary);
background-color: rgba(0, 0, 0, 30%);
.ant-progress-text {
color: var(--color-white-secondary);