mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
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 @@ class SlackMessage
|
|||
{
|
||||
return '#00ff00';
|
||||
}
|
||||
|
||||
public static function warningColor(): string
|
||||
{
|
||||
return '#ffa500';
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue