fix: abnormal file selector color in light theme

This commit is contained in:
KOWX712
2025-03-15 17:38:49 +08:00
parent dc84087b33
commit 36ea5f4f99
+2 -11
View File
@@ -1,15 +1,5 @@
.file-selector-overlay { .file-selector-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
transition: opacity 0.3s ease;
opacity: 0;
z-index: 2000; z-index: 2000;
justify-content: center;
align-items: center; align-items: center;
} }
@@ -85,7 +75,7 @@
.file-item svg { .file-item svg {
flex-shrink: 0; flex-shrink: 0;
margin-right: 10px; margin-right: 10px;
fill: #ccc; fill: #6E6E6E;
} }
.file-item span { .file-item span {
@@ -113,6 +103,7 @@
color: #C2C2C2; color: #C2C2C2;
} }
.file-item svg,
.back-button { .back-button {
fill: #C2C2C2; fill: #C2C2C2;
} }