Skip to content

Commit

Permalink
Fix darkmode color of warkining-box
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Hejna committed Jun 16, 2020
1 parent 86062d0 commit 4fa9567
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions desktop/src/main/java/bisq/desktop/theme-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,7 @@
.small-icon-label {
-fx-fill: -bs-text-color;
}

.warning-box {
-fx-background-color: -bs-color-primary-dark;
}
4 changes: 4 additions & 0 deletions desktop/src/main/java/bisq/desktop/theme-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,7 @@
-bs-chart-dao-line1: -bs-color-green-3;
-bs-chart-dao-line2: -bs-color-blue-5;
}

.warning-box {
-fx-background-color: -bs-yellow-light;
}

0 comments on commit 4fa9567

Please sign in to comment.