Skip to content

Commit

Permalink
Merge pull request #4968 from ripcurlx/fix-dark-mode-private-notifica…
Browse files Browse the repository at this point in the history
…tion-window

[v1.5.2] Fix private notification style issue in dark mode
  • Loading branch information
sqrrm committed Dec 21, 2020
2 parents a344ae9 + 400a713 commit df1461c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion desktop/src/main/java/bisq/desktop/main/MainViewModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ private void setupHandlers() {
bisqSetup.setDisplayPrivateNotificationHandler(privateNotification ->
new Popup().headLine(Res.get("popup.privateNotification.headline"))
.attention(privateNotification.getMessage())
.setHeadlineStyle("-fx-text-fill: -bs-error-red; -fx-font-weight: bold; -fx-font-size: 16;")
.onClose(privateNotificationManager::removePrivateNotification)
.useIUnderstandButton()
.show());
Expand Down

0 comments on commit df1461c

Please sign in to comment.