fix: dollar sign fixed

This commit is contained in:
2026-07-16 20:57:26 +03:30
parent 5ac8d1acdf
commit dc5c8413f6
+1 -1
View File
@@ -7,7 +7,7 @@
<?import javafx.scene.layout.VBox?>
<VBox spacing="20" alignment="CENTER" xmlns:fx="http://javafx.com/fxml" fx:controller="workshop.Controller">
<padding><Insets top="30" right="30" left="30" bottom="20"/></padding>
<padding><Insets top="30" right="30" left="30" bottom="30"/></padding>
<HBox spacing="10" alignment="CENTER">
<Label fx:id="titleLabel" text="Choose Your Plan" styleClass="title" />