mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
color of new badge should be red
This commit is contained in:
parent
cc56470b2f
commit
35f6ea2508
1 changed files with 1 additions and 1 deletions
|
@ -964,7 +964,7 @@ public abstract class DisputeView extends ActivatableView<VBox, Void> {
|
|||
badge.setPosition(Pos.TOP_RIGHT);
|
||||
badge.setVisible(item.isNew());
|
||||
badge.setText("New");
|
||||
badge.getStyleClass().add("auto-conf");
|
||||
badge.getStyleClass().add("new");
|
||||
newBadgeByDispute.put(item.getId(), badge);
|
||||
HBox hBox = new HBox(button, badge);
|
||||
setGraphic(hBox);
|
||||
|
|
Loading…
Add table
Reference in a new issue