Precommit fix

This commit is contained in:
Daniel 2024-04-03 21:49:26 +03:00
parent 12ed850df0
commit 28c2f222e9

View file

@ -475,7 +475,7 @@ String processor(const String& var) {
break;
case BLUE:
case TEST_ALL_COLORS:
content += "#2B35AF;"; // Blue in test mode
content += "#2B35AF;"; // Blue in test mode
break;
case RED:
content += "#A70107;";