Skip to content

Commit

Permalink
Fix contrast checker bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
mkpaz committed Jun 17, 2023
1 parent 90a74d8 commit 5b9ac70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

- (Base) Incorrect Notification text width.
- (CSS) Increased overlay contrast of ModalPane.
- (Sampler) Music player can't load demo files from jrt.
- (Sampler) SceneBuilder installer classpath #42 (thanks to **ennerf**).
- (Sampler) Music player can't load demo files from jrt.
- (Sampler) Contrast checker bg color.

## [2.0.0] - 2023-06-02

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,12 @@
}

.card {
-fx-background-color: -color-contrast-checker-bg;
-fx-border-width: 0;

> VBox {
-fx-background-color: -color-contrast-checker-bg;
}

.title {
-fx-text-fill: -color-contrast-checker-fg;
}
Expand Down

0 comments on commit 5b9ac70

Please sign in to comment.