Skip to content

Commit

Permalink
Fixes: More obvious who you giving feedback to
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianBalunan committed Apr 22, 2026
1 parent b4b1b13 commit fdc5d16
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,9 @@
<!-- PAGE TITLE -->
<VBox spacing="4.0">
<children>
<Label style="-fx-text-fill: #222222;" text="Charity Feedback">
<Label style="-fx-text-fill: #2f8f8b;" fx:id="charityNameLabel" text="Charity Feedback">
<font><Font name="System Bold" size="36.0" /></font>
</Label>
<Label fx:id="charityNameLabel" style="-fx-text-fill: #2f8f8b;">
<font><Font name="System Bold" size="18.0" /></font>
</Label>
</children>
</VBox>

Expand Down

0 comments on commit fdc5d16

Please sign in to comment.