Merge pull request #6227 from beganovich/v5-0707-change-primary-color

(v5) Change $company->primary_color to #298AAB
This commit is contained in:
Benjamin Beganović 2021-07-07 11:22:03 +02:00 committed by GitHub
commit cefd5aa658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,7 +243,7 @@ class CompanySettings extends BaseSettings
public $font_size = 7; //@implemented
public $primary_font = 'Roboto';
public $secondary_font = 'Roboto';
public $primary_color = '#142cb5';
public $primary_color = '#298AAB';
public $secondary_color = '#7081e0';
public $hide_paid_to_date = false; //@TODO where?