Skip to content

Commit bc55da0

Browse files
authored
Fix #5105: 修复按钮字体大小异常的问题 (#5106)
1 parent 57a582e commit bc55da0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • HMCL/src/main/resources/assets/css

HMCL/src/main/resources/assets/css/root.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,7 @@
457457
-fx-padding: 0;
458458
}
459459

460-
.launch-pane > .jfx-button,
461-
.launch-pane > .jfx-button * {
460+
.launch-pane > .jfx-button, .jfx-button * {
462461
-fx-text-fill: -monet-on-primary-container;
463462
-fx-font-size: 14px;
464463
}

0 commit comments

Comments
 (0)