Skip to content

Commit

Permalink
Fix wrong checkbox background
Browse files Browse the repository at this point in the history
  • Loading branch information
var512 committed Jun 1, 2021
1 parent 20081cc commit c79158d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/ReaverLight.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"Checkbox.Border.Default": "#d5d5d5",
"Checkbox.Background.Selected": "#4e74cb",
"Checkbox.Border.Selected": "#4e74cb",
"Checkbox.Foreground.Selected": "#4e74cb",
"Checkbox.Foreground.Selected": "#ffffff",
"Checkbox.Focus.Wide": "#4388e3",
"Checkbox.Focus.Thin.Default": "#d5d5d5",
"Checkbox.Focus.Thin.Selected": "#ffffff",
Expand Down

0 comments on commit c79158d

Please sign in to comment.