Skip to content

Commit

Permalink
made button appearance options into sub-options for better typing, see
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jul 21, 2022
1 parent cbd21bc commit a5f887b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions js/faradays-law/view/ControlPanelNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,10 @@ class ControlPanelNode extends Node {
xMargin: 20,
yMargin: 4,
baseColor: '#cdd5f6', // lavender-ish
selectedLineWidth: 3,
deselectedLineWidth: 1
buttonAppearanceStrategyOptions: {
selectedLineWidth: 3,
deselectedLineWidth: 1
}
},
left: 377,
bottom: 0,
Expand Down

0 comments on commit a5f887b

Please sign in to comment.