mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #6227 from beganovich/v5-0707-change-primary-color
(v5) Change $company->primary_color to #298AAB
This commit is contained in:
commit
cefd5aa658
@ -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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user