Fix private notification style issue in dark mode

This commit is contained in:
Christoph Atteneder 2020-12-18 15:57:07 +01:00
parent 7fcb857fd3
commit 400a713a41
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B

View File

@ -352,7 +352,6 @@ public class MainViewModel implements ViewModel, BisqSetup.BisqSetupListener {
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());