mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Merge pull request #4316 from petrhejna/fix-darkmode
Fix darkmode color of warning-box
This commit is contained in:
commit
45a9803c9f
2 changed files with 8 additions and 0 deletions
|
@ -219,3 +219,7 @@
|
|||
.small-icon-label {
|
||||
-fx-fill: -bs-text-color;
|
||||
}
|
||||
|
||||
.warning-box {
|
||||
-fx-background-color: -bs-color-primary-dark;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue