Skip to content

Commit

Permalink
update init banner colors (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer authored and thymikee committed Aug 20, 2019
1 parent b88deca commit bf6804d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/src/commands/init/banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ const learnOnceMessage =

export default `${chalk.blue(reactLogoArray.join('\n'))}
${chalk.yellow.bold(welcomeMessage)}
${chalk.gray(learnOnceMessage)}
${chalk.blue.bold(welcomeMessage)}
${chalk.dim(learnOnceMessage)}
`;

0 comments on commit bf6804d

Please sign in to comment.