fix usage of hardcoded colour values

This commit is contained in:
Gered 2017-01-28 14:16:28 -05:00
parent 51edfed385
commit 1b1d8b2330

View file

@ -363,8 +363,8 @@ public class RunPane extends JPanel {
}
}
attemptCounter.setForeground(Color.WHITE);
sessionAttemptCounter.setForeground(Color.WHITE);
attemptCounter.setForeground(Settings.colorForeground.get());
sessionAttemptCounter.setForeground(Settings.colorForeground.get());
}
/**