fix(export): improve dark-mode layout dropdown contrast

This commit is contained in:
aits2026
2026-03-06 18:40:08 +08:00
parent 1d1b38210a
commit 76d69ab7dd

View File

@@ -744,6 +744,7 @@
width: 100%; width: 100%;
border: none; border: none;
background: transparent; background: transparent;
color: var(--text-primary);
text-align: left; text-align: left;
padding: 8px 10px; padding: 8px 10px;
border-radius: 8px; border-radius: 8px;
@@ -765,6 +766,7 @@
.layout-option-label { .layout-option-label {
font-size: 13px; font-size: 13px;
font-weight: 600; font-weight: 600;
color: inherit;
} }
.layout-option-desc { .layout-option-desc {