Browse Source

Fixed incorrect cell foreground for non-focused cells.

pull/188/head
weisj 5 years ago
parent
commit
4cba70f327
  1. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/cell.properties

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/cell.properties

@ -26,7 +26,7 @@
#
Cell.foreground = %textForeground
Cell.foregroundSelected = %textSelectionForeground
Cell.foregroundNoFocus = %textSelectionForegroundInactive
Cell.foregroundNoFocus = %textForeground
Cell.foregroundSelectedNoFocus = %textSelectionForegroundInactive
Cell.inactiveForeground = %textForegroundInactive

Loading…
Cancel
Save