Fix #5105: 修复按钮字体大小异常的问题 (#5106)

This commit is contained in:
Glavo
2026-01-01 23:04:30 +08:00
committed by GitHub
parent 57a582e2cb
commit bc55da0720

View File

@@ -457,8 +457,7 @@
-fx-padding: 0;
}
.launch-pane > .jfx-button,
.launch-pane > .jfx-button * {
.launch-pane > .jfx-button, .jfx-button * {
-fx-text-fill: -monet-on-primary-container;
-fx-font-size: 14px;
}