Pass Client & ClientListener through all controllers

This commit is contained in:
Clément
2025-03-10 13:52:35 +01:00
parent 3abdc09819
commit 07272732d4
9 changed files with 154 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
.login-box {
.login-box, .logo-box, .rooms-list, .chat-list {
-fx-background-color: lightgray;
}
@@ -8,4 +8,10 @@
.login:focused {
-fx-border-color: lightgrey;
}
.rooms-label {
-fx-font-size: 18px;
-fx-padding: 10px;
-fx-background-color: lightgray;
}