Skip to content

Commit

Permalink
BugFix - fix COLOR_WARNING and STATE_WARNING mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgio Pagnoni committed Jun 21, 2021
1 parent 8d06831 commit c466122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AdminLte/UIStateColors.php
Expand Up @@ -28,7 +28,7 @@ class UIStateColors
public const COLOR_INFO = '#17a2b8';

public const STATE_WARNING = 'warning'; //yellow
public const COLOR_WARNING = '#ffc107';
public const COLOR_WARNING = '#ffde25';

public const STATE_DANGER = 'danger'; //red
public const COLOR_DANGER = '#dc3545';
Expand Down

0 comments on commit c466122

Please sign in to comment.