Skip to content

Commit

Permalink
fix: compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
bric3 committed Jan 26, 2023
1 parent 16234e7 commit 850bb1e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package io.github.bric3.fireplace.ui;

import io.github.bric3.fireplace.core.ui.Colors;
import io.github.bric3.fireplace.core.ui.DarkLightColor;
import io.github.bric3.fireplace.core.ui.LightDarkColor;

import javax.swing.*;
import java.awt.*;

public class GlassJPanel extends JPanel {
private static final Color TRANSLUCENT_BACKGROUND = new DarkLightColor(
private static final Color TRANSLUCENT_BACKGROUND = new LightDarkColor(
Colors.translucent_white_D0,
Colors.translucent_black_80
);
Expand Down

0 comments on commit 850bb1e

Please sign in to comment.