diff --git a/racevisionGame/src/main/resources/css/dayMode.css b/racevisionGame/src/main/resources/css/dayMode.css index c7159caf..52de10f6 100644 --- a/racevisionGame/src/main/resources/css/dayMode.css +++ b/racevisionGame/src/main/resources/css/dayMode.css @@ -123,7 +123,7 @@ } #btnJoin { - -fx-background-image: url("/visualiser/images/joinAGameBtn.png"); + -fx-background-image: url("/visualiser/images/JoinAGameBtn.png"); -fx-background-size: 150px; -fx-background-repeat: no-repeat; -fx-background-position: center center; @@ -132,7 +132,7 @@ } #btnJoin:pressed { - -fx-background-image: url("/visualiser/images/joinAGameBtnPressed.png"); + -fx-background-image: url("/visualiser/images/JoinAGameBtnPressed.png"); -fx-background-size: 150px; -fx-background-repeat: no-repeat; -fx-background-position: center center;