8000 bug #16298 Changed one console output style to avoid visual issues (j… · symfony/symfony@8403028 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8403028

Browse files
committed
bug #16298 Changed one console output style to avoid visual issues (javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- Changed one console output style to avoid visual issues | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #16257 | License | MIT | Doc PR | - Read [this comment](#16257 (comment)) for the rationale behind this change. Commits ------- 3c4e458 Changed one console output style to avoid visual issues
2 parents f5f69a3 + 3c4e458 commit 8403028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Style/SymfonyStyle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function text($message)
164164
*/
165165
public function success($message)
166166
{
167-
$this->block($message, 'OK', 'fg=white;bg=green', ' ', true);
167+
$this->block($message, 'OK', 'fg=black;bg=green', ' ', true);
168168
}
169169

170170
/**

0 commit comments

Comments
 (0)
0