Browse Source

Fixed incorrect checkBox/radioButton background in solarized light theme.

Fixes #122
pull/127/head
weisj 5 years ago
parent
commit
84cc93cb16
  1. 2
      core/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_ui.properties

2
core/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_ui.properties

@ -22,6 +22,4 @@
# SOFTWARE.
#
# suppress inspection "UnusedProperty" for whole file
RadioButton.activeFillColor = %controlFill
CheckBox.activeFillColor = %controlFill
ColorChooser.swatchesDefaultRecentColor = EAE4D1

Loading…
Cancel
Save