Skip to content

Commit b513b61

Browse files
author
atarw
committed
file
1 parent 34431ee commit b513b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ public class MaterialUISwingDemo {
3535
content.add (button);
3636
frame.add (content, BorderLayout.CENTER);
3737

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

4141
frame.pack ();
4242
frame.setVisible (true);

0 commit comments

Comments
 (0)