fix: add warning color
This commit is contained in:
@@ -25,4 +25,9 @@ class SlackMessage
|
|||||||
{
|
{
|
||||||
return '#00ff00';
|
return '#00ff00';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static function warningColor(): string
|
||||||
|
{
|
||||||
|
return '#ffa500';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user