Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
fix: dialog title not visible (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
vran-dev committed Dec 10, 2022
1 parent 6faf860 commit ccfd38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/resources/assets/css/default/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@

.dialog-title {
-fx-text-alignment: center;
-fx-text-fill: #FFF;
-fx-text-fill: #000;
-fx-font-weight: bold;
-fx-font-size: 16;
-fx-border-width: 0;
Expand Down

0 comments on commit ccfd38a

Please sign in to comment.