We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16234e7 commit 850bb1eCopy full SHA for 850bb1e
fireplace-app/src/main/java/io/github/bric3/fireplace/ui/GlassJPanel.java
@@ -1,13 +1,13 @@
1
package io.github.bric3.fireplace.ui;
2
3
import io.github.bric3.fireplace.core.ui.Colors;
4
-import io.github.bric3.fireplace.core.ui.DarkLightColor;
+import io.github.bric3.fireplace.core.ui.LightDarkColor;
5
6
import javax.swing.*;
7
import java.awt.*;
8
9
public class GlassJPanel extends JPanel {
10
- private static final Color TRANSLUCENT_BACKGROUND = new DarkLightColor(
+ private static final Color TRANSLUCENT_BACKGROUND = new LightDarkColor(
11
Colors.translucent_white_D0,
12
Colors.translucent_black_80
13
);
0 commit comments