Skip to content

Commit

Permalink
Merge pull request #71 from Group-5/fix/donationpage
Browse files Browse the repository at this point in the history
Fix/donationpage
  • Loading branch information
fredrjm authored Apr 16, 2026
2 parents f60212b + 1a32ddd commit a921a98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit a921a98

Please sign in to comment.