Skip to content

Commit

Permalink
change AccordionBox default to cornerRadius:10, #376
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Malley <[email protected]>
  • Loading branch information
pixelzoom committed Aug 24, 2018
1 parent ec8871c commit c6c6f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/AccordionBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ define( function( require ) {
// applied to multiple parts of this UI component
cursor: 'pointer', // {string} default cursor
lineWidth: 1,
cornerRadius: 3,
cornerRadius: 10,

// box
stroke: 'black',
Expand Down

0 comments on commit c6c6f47

Please sign in to comment.