We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34431ee commit b513b61Copy full SHA for b513b61
README.md
@@ -35,8 +35,8 @@ public class MaterialUISwingDemo {
35
content.add (button);
36
frame.add (content, BorderLayout.CENTER);
37
38
- // on hover, button will change to a light blue
39
- MaterialUIMovement.add (button, MaterialColors.LIGHT_BLUE_500);
+ // on hover, button will change to a light gray
+ MaterialUIMovement.add (button, MaterialColors.GRAY_100);
40
41
frame.pack ();
42
frame.setVisible (true);
0 commit comments