mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 07:16:51 +00:00
fix(export): improve dark-mode layout dropdown contrast
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user