Skip to content

Commit

Permalink
file
Browse files Browse the repository at this point in the history
  • Loading branch information
atarw committed Aug 16, 2018
1 parent 34431ee commit b513b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ public class MaterialUISwingDemo {
content.add (button);
frame.add (content, BorderLayout.CENTER);

// on hover, button will change to a light blue
MaterialUIMovement.add (button, MaterialColors.LIGHT_BLUE_500);
// on hover, button will change to a light gray
MaterialUIMovement.add (button, MaterialColors.GRAY_100);

frame.pack ();
frame.setVisible (true);
Expand Down

0 comments on commit b513b61

Please sign in to comment.