diff --git a/app/SupportedApps/Pfsense.php b/app/SupportedApps/Pfsense.php index eadbb096..2424f102 100644 --- a/app/SupportedApps/Pfsense.php +++ b/app/SupportedApps/Pfsense.php @@ -3,10 +3,10 @@ class Pfsense implements Contracts\Applications { public function defaultColour() { - return '#4e4742'; + return '#243699'; } public function icon() { return 'supportedapps/pfsense.png'; } -} \ No newline at end of file +} diff --git a/storage/app/public/supportedapps/pfsense.png b/storage/app/public/supportedapps/pfsense.png index 0c6611dc..c1684770 100644 Binary files a/storage/app/public/supportedapps/pfsense.png and b/storage/app/public/supportedapps/pfsense.png differ