Removed FIXME and added note

This commit is contained in:
leriomaggio
2021-10-23 21:48:35 +02:00
parent 9f97b34a3a
commit 0343da977c

View File

@@ -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;";