fix: add warning color
This commit is contained in:
parent
eb0686fe20
commit
80ed561374
1 changed files with 5 additions and 0 deletions
|
|
@ -25,4 +25,9 @@ public static function successColor(): string
|
|||
{
|
||||
return '#00ff00';
|
||||
}
|
||||
|
||||
public static function warningColor(): string
|
||||
{
|
||||
return '#ffa500';
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue