Skip to content

Fix/donationpage #71

Merged
merged 2 commits into from
Apr 16, 2026
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private VBox createCausesSection() {
}
}
}
scrollPane.setPrefHeight(150);
scrollPane.setPrefHeight(275);
scrollPane.setContent(causesFlow);

return new VBox(10, title, scrollPane);
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/donationpage/donation.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
.donation-button-selected .donation-input:focused {
-fx-text-fill: white;
-fx-border-color: transparent transparent white transparent;

}
.payment-method-button {
-fx-background-color: #111;
-fx-text-fill: white;
Expand Down