mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Removed FIXME and added note
This commit is contained in:
@@ -61,9 +61,7 @@ public class DeckImport<TModel extends DeckBase> extends FDialog {
|
|||||||
private static final long serialVersionUID = -5837776824284093004L;
|
private static final long serialVersionUID = -5837776824284093004L;
|
||||||
|
|
||||||
private final FTextArea txtInput = new FTextArea();
|
private final FTextArea txtInput = new FTextArea();
|
||||||
// FIXME: review colours!
|
// Memo: Background colour: #3e4f63
|
||||||
// FIXME: Background colour: #3e4f63
|
|
||||||
|
|
||||||
// UN-USED COLOUR TO USE "#E1E35F;";
|
// UN-USED COLOUR TO USE "#E1E35F;";
|
||||||
|
|
||||||
public static final String OK_CARD_IMPORT_COLOUR = "#89DC9F;";
|
public static final String OK_CARD_IMPORT_COLOUR = "#89DC9F;";
|
||||||
|
|||||||
Reference in New Issue
Block a user