diff --git a/desktop/src/main/java/haveno/desktop/theme-dark.css b/desktop/src/main/java/haveno/desktop/theme-dark.css index fabb73fccd..5e6e644943 100644 --- a/desktop/src/main/java/haveno/desktop/theme-dark.css +++ b/desktop/src/main/java/haveno/desktop/theme-dark.css @@ -158,6 +158,12 @@ -bs-support-chat-background: #cccccc; } +.jfx-badge .badge-pane { + -fx-border-color: black; + -fx-border-width: 1px; + -fx-border-radius: 16; +} + /* table view */ .table-view, .table-cell:focused, .table-row-cell { -fx-background: transparent;