We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd29fc commit c01bce1Copy full SHA for c01bce1
1 file changed
javafx/src/main/java/com/baeldung/view/SearchController.java
@@ -44,7 +44,7 @@ private void initialize() {
44
// search panel
45
searchButton.setText("Search");
46
searchButton.setOnAction(event -> loadData());
47
- searchButton.setStyle("-fx-background-color: #457ecd; -fx-text-fill: #ffffff;");
+ searchButton.setStyle("-fx-background-color: slateblue; -fx-text-fill: white;");
48
49
searchField.setOnKeyPressed(event -> {
50
if (event.getCode().equals(KeyCode.ENTER)) {
0 commit comments