Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit efd05a0

Browse files
committed
Change background color on messages to be readable
1 parent 4f44bfb commit efd05a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DrupalInitCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ protected function interact(InputInterface $input, OutputInterface $output)
202202

203203
$io->writeError([
204204
'',
205-
$formatter->formatBlock('Welcome to the Drupal Composer config generator', 'bg=cyan;fg=white', true),
205+
$formatter->formatBlock('Welcome to the Drupal Composer config generator', 'bg=blue;fg=white', true),
206206
'',
207207
]);
208208

0 commit comments

Comments
 (0)