Update Unraid.php

This commit is contained in:
chbmb 2018-08-30 11:40:55 +01:00 committed by GitHub
parent 399ea088dc
commit a6543970e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
class Unraid implements Contracts\Applications {
public function defaultColour()
{
return '#BF4C23';
return '#A12624';
}
public function icon()
{