Merge pull request #4316 from petrhejna/fix-darkmode

Fix darkmode color of warning-box
This commit is contained in:
sqrrm 2020-07-03 18:32:58 +02:00 committed by GitHub
commit 45a9803c9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -219,3 +219,7 @@
.small-icon-label {
-fx-fill: -bs-text-color;
}
.warning-box {
-fx-background-color: -bs-color-primary-dark;
}

View file

@ -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;
}