This commit is contained in:
2025-08-17 22:13:40 +02:00
parent 6fa1beac99
commit 66f1603eeb
6 changed files with 41 additions and 42 deletions

View File

@@ -50,7 +50,7 @@
case 3:
return '#DB4537';
default:
return 'blue'
return 'blue';
}
}