Skip to content

Commit 3089ec9

Browse files
authored
[Console] Make "warning" in SymfonyStyle use orange color
1 parent c195108 commit 3089ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Style/SymfonyStyle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function error($message)
154154
*/
155155
public function warning($message)
156156
{
157-
$this->block($message, 'WARNING', 'fg=white;bg=red', ' ', true);
157+
$this->block($message, 'WARNING', 'fg=black;bg=yellow', ' ', true);
158158
}
159159

160160
/**

0 commit comments

Comments
 (0)