From c6c6f47e13869d79c917d5e7a4565b38b99ec456 Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Thu, 23 Aug 2018 18:54:17 -0600 Subject: [PATCH] change AccordionBox default to cornerRadius:10, https://github.com/phetsims/sun/issues/376 Signed-off-by: Chris Malley --- js/AccordionBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/AccordionBox.js b/js/AccordionBox.js index 599f0b95..6e5b3a37 100644 --- a/js/AccordionBox.js +++ b/js/AccordionBox.js @@ -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',