Skip to content

Commit

Permalink
Make all colors lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Jul 28, 2020
1 parent d01e506 commit c4dfded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Badge.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Badge

private static array $colorScheme = [
'brightgreen' => '44cc11',
'green' => '97CA00',
'green' => '97ca00',
'yellowgreen' => 'a4a61d',
'yellow' => 'dfb317',
'orange' => 'fe7d37',
Expand All @@ -18,7 +18,7 @@ class Badge
'lightgray' => '9f9f9f',
'grey' => '555555',
'blueviolet' => '8a2be2',
'success' => '97CA00',
'success' => '97ca00',
'important' => 'fe7d37',
'critical' => 'e05d44',
'informational' => '007ec6',
Expand Down

0 comments on commit c4dfded

Please sign in to comment.