Skip to content
Snippets Groups Projects
Commit f6b8a29d authored by michael.minelli's avatar michael.minelli
Browse files

Style => Style improvement

parent 7f85fab9
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@ import chalk from 'chalk';
class Style {
public readonly APP_NAME = chalk.bgBlue.black.bold;
public readonly APP_NAME = chalk.bgBlue.black.bold.underline;
public readonly CAT_INFO = chalk.magenta;
public readonly INFO = chalk.blue;
public readonly INFO = chalk.blue.bold.italic;
public readonly ERROR = chalk.red;
public readonly SUCCESS = chalk.green;
public readonly FAILURE = chalk.red;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment