fix icon color

This commit is contained in:
Ryan
2025-03-12 05:08:32 -04:00
committed by GitHub
parent 51d3f3b78b
commit 654ae00231

View File

@@ -1155,7 +1155,6 @@ body.dark-mode #fileListContainer {
margin: 0 auto;
}
/* Image Preview Close Button (Same as Editor, Adjusted X Position) */
/* Image Preview Close Button (Perfect Alignment) */
.close-image-modal {
position: absolute;
@@ -1227,6 +1226,11 @@ body.dark-mode .image-preview-modal-content {
font-size: 32px;
}
/* Dark Mode Styles */
body.dark-mode .file-icon {
color: white;
}
.bottom-select {
display: inline-block;
width: auto !important;