diff --git a/PlayWall/src/main/resources/style/components/combobox.css b/PlayWall/src/main/resources/style/components/combobox.css index 63ed380855d714e08fef9674281909e70ea3453e..ed4954e65f738796377e063e54f4d4e34bb5b961 100644 --- a/PlayWall/src/main/resources/style/components/combobox.css +++ b/PlayWall/src/main/resources/style/components/combobox.css @@ -9,7 +9,7 @@ .combo-box .list-cell { -fx-background-color: #333333; - -fx-text-fill: efefef; + -fx-text-fill: #efefef; -fx-pref-height: 30px; }