Skip to content

Commit 6066b3b

Browse files
committed
Updated tests for Preview bg_color.
1 parent 3f38a41 commit 6066b3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/src/EnvironmentTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public static function providerEnvironment(): array
290290
'isLocal' => false,
291291
'getIndicatorConfig' => [
292292
'name' => 'Preview',
293-
'bg_color' => '#990055',
293+
'bg_color' => '#20688C',
294294
'fg_color' => '#ffffff',
295295
],
296296
],
@@ -370,7 +370,7 @@ public static function providerEnvironment(): array
370370
'isLocal' => false,
371371
'getIndicatorConfig' => [
372372
'name' => 'Preview',
373-
'bg_color' => '#990055',
373+
'bg_color' => '#20688C',
374374
'fg_color' => '#ffffff',
375375
],
376376
],

0 commit comments

Comments
 (0)