File tree Expand file tree Collapse file tree
java/org/jackhuang/hmcl/ui/terracotta Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ public TerracottaControllerPage() {
167167 progressProperty .set (0 );
168168
169169 TextFlow body = FXUtils .segmentToTextFlow (i18n ("terracotta.confirm.desc" ), Controllers ::onHyperlinkAction );
170- body .getStyleClass ().add ("terracotta-license " );
170+ body .getStyleClass ().add ("terracotta-hint " );
171171 body .setLineSpacing (4 );
172172
173173 LineButton download = LineButton .of ();
@@ -211,7 +211,7 @@ public TerracottaControllerPage() {
211211 progressProperty .set (1 );
212212
213213 TextFlow flow = FXUtils .segmentToTextFlow (i18n ("terracotta.confirm.desc" ), Controllers ::onHyperlinkAction );
214- flow .getStyleClass ().add ("terracotta-license " );
214+ flow .getStyleClass ().add ("terracotta-hint " );
215215 flow .setLineSpacing (4 );
216216
217217 LineButton host = LineButton .of ();
@@ -286,6 +286,7 @@ public TerracottaControllerPage() {
286286 progressProperty .set (-1 );
287287
288288 TextFlow body = FXUtils .segmentToTextFlow (i18n ("terracotta.status.scanning.desc" ), Controllers ::onHyperlinkAction );
289+ body .getStyleClass ().add ("terracotta-hint" );
289290 body .setLineSpacing (4 );
290291
291292 LineButton room = LineButton .of ();
Original file line number Diff line number Diff line change 350350 -fx-font-size : 15px ;
351351}
352352
353- .terracotta-license Text {
353+ .terracotta-hint Text {
354354 -fx-fill : -monet-on-surface;
355355}
356356
You can’t perform that action at this time.
0 commit comments