Skip to content

Commit

Permalink
Update StandWithUkraine message color.
Browse files Browse the repository at this point in the history
  • Loading branch information
maurobonfietti authored and sebastianbergmann committed Jul 14, 2022
1 parent 63973fc commit 232327b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TextUI/TestRunner.php
Expand Up @@ -325,7 +325,7 @@ public function doRun(Test $suite, array $arguments = [], array $warnings = [],
Version::id() .
' ' .
Color::colorize('bg-blue,fg-white', '#StandWith') .
Color::colorize('bg-yellow', 'Ukraine') .
Color::colorize('bg-yellow,fg-black', 'Ukraine') .
"\n"
);
} else {
Expand Down

0 comments on commit 232327b

Please sign in to comment.