Skip to content

Commit 3f38a41

Browse files
committed
Fixed Preview environment indicator bg_color was not correct as per ADR.
1 parent d2c9d66 commit 3f38a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DefaultEnvironment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public static function getIndicatorConfig(): ?array
180180
if (static::isPreview()) {
181181
return [
182182
'name' => 'Preview',
183-
'bg_color' => '#990055',
183+
'bg_color' => '#20688C',
184184
'fg_color' => '#ffffff',
185185
];
186186
}

0 commit comments

Comments
 (0)