change color

This commit is contained in:
leedongmyung[desktop] 2023-11-16 21:53:16 +09:00
parent a2d7ef3282
commit 975b0dc800

View file

@ -113,7 +113,7 @@ class Application {
}
c.complete();
await printBuildStep('Build Successfully Complete', color: Color.magenta);
await printBuildStep('Build Successfully Complete', color: Color.cyan);
exit(0);
}