Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
NatLeong committed Apr 4, 2024
1 parent 2b52fc9 commit c7c3228
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/seedu/address/ui/PersonCard.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
public class PersonCard extends UiPart<Region> {

private static final String FXML = "PersonListCard.fxml";
Color customGreen = Color.web("#81C784");
Color customYellow = Color.web("#FFF176");
Color customRed = Color.web("#EF5350");
private static final Color customGreen = Color.web("#81C784");
private static final Color customYellow = Color.web("#FFF176");
private static final Color customRed = Color.web("#EF5350");


/**
Expand Down

0 comments on commit c7c3228

Please sign in to comment.