Skip to content

Commit

Permalink
fixes #42
Browse files Browse the repository at this point in the history
  • Loading branch information
MyreMylar committed Dec 8, 2019
1 parent 0c43c5e commit b4e94a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def test_update(self, _init_pygame, default_ui_manager: UIManager):
'border_width': 1,
'normal_border': pygame.Color('#FFFFFF'),
'normal_bg': pygame.Color('#000000'),
'hovered_border': pygame.Color('#FFFFFF'),
'hovered_bg': pygame.Color('#000000'),
'hovered_border': pygame.Color('#000000'),
'hovered_bg': pygame.Color('#FFFFFF'),
'shape_corner_radius': 2,
'text_horiz_alignment': 'center',
'text_vert_alignment': 'center'},
Expand Down

0 comments on commit b4e94a7

Please sign in to comment.