mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Fix private notification style issue in dark mode
This commit is contained in:
parent
7fcb857fd3
commit
400a713a41
1 changed files with 0 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue