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 e73cc40 commit 0a9e299
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions js/prisms/view/LaserTypeRadioButtonGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ class LaserTypeRadioButtonGroup extends RectangularRadioButtonGroup<LightType> {
orientation: 'horizontal',
radioButtonOptions: {
baseColor: 'white',
selectedStroke: '#3291b8',
selectedLineWidth: 2.5
buttonAppearanceStrategyOptions: {
selectedStroke: '#3291b8',
selectedLineWidth: 2.5
}
}
} );
this.mutate( providedOptions );
Expand Down

0 comments on commit 0a9e299

Please sign in to comment.