serverless / compose

Orchestrate Serverless Framework in monorepos
https://serverless.com/framework/docs/guides/compose
MIT License
111 stars 15 forks source link

fix: Replace white color to support white backgrounds #84

Closed mnapoli closed 2 years ago

mnapoli commented 2 years ago

"white" is not a safe color because it doesn't work on white backgrounds. That "white" color was only used in progresses, which explains the screenshot below.

Instead we should have a "no color" kind of color, and it seems chalk.reset is the closest to that.

Before:

Screen-000305

After:

Screen-000306