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 edf8cd9 commit b48cff4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions js/explore/view/NLIExploreScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@ class NLIExploreScreenView extends ScreenView {
xMargin: 5,
yMargin: 5,
baseColor: 'white',
selectedLineWidth: 2,
deselectedLineWidth: 0.5,
deselectedButtonOpacity: 0.25
buttonAppearanceStrategyOptions: {
selectedLineWidth: 2,
deselectedLineWidth: 0.5,
deselectedButtonOpacity: 0.25
}
},
left: this.layoutBounds.maxX - NLIConstants.EXPLORE_SCREEN_CONTROLS_LEFT_SIDE_INSET,
bottom: this.layoutBounds.maxY - 107
Expand Down

0 comments on commit b48cff4

Please sign in to comment.