Skip to content

Commit 1df5ddf

Browse files
committed
increase default size of score, #72
Signed-off-by: Chris Malley <[email protected]>
1 parent f2d7b0a commit 1df5ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/RewardDialog.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ define( function( require ) {
3434
// constants
3535
var DEFAULT_BUTTONS_FONT = new PhetFont( 16 );
3636
var DEFAULT_SCORE_DISPLAY_OPTIONS = {
37-
font: new PhetFont( { size: 22, weight: 'bold' } ),
37+
font: new PhetFont( { size: 30, weight: 'bold' } ),
3838
spacing: 6,
3939
starNodeOptions: {
4040
outerRadius: 20,

0 commit comments

Comments
 (0)