修复 subtitle 颜色丢失的问题 (#5018)

fix #5017
This commit is contained in:
neveler
2025-12-20 15:32:34 +08:00
committed by GitHub
parent f839dc192c
commit 41895e97e1

View File

@@ -1009,6 +1009,10 @@
-fx-text-fill: -monet-on-surface; -fx-text-fill: -monet-on-surface;
} }
.options-list-item .label.subtitle {
-fx-text-fill: -monet-on-surface-variant;
}
.options-list-item.no-padding { .options-list-item.no-padding {
-fx-padding: 0; -fx-padding: 0;
} }