fix non default split menu button text color on dark theme

This commit is contained in:
Craig Raw 2026-03-05 13:46:32 +02:00
parent 537c2ffef0
commit 0e7aa34d07

View File

@ -38,7 +38,7 @@
-fx-base: -fx-default-button;
}
.split-menu-button.default-button > .label, .menu-item.default-button > .label {
.split-menu-button > .label, .menu-item.default-button > .label {
-fx-text-fill: white;
}