fix usage of hardcoded colour values
This commit is contained in:
parent
51edfed385
commit
1b1d8b2330
|
@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Reference in a new issue