mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Change $company->primary_color to #298AAB
This commit is contained in:
parent
6e4c4fb458
commit
e8e1e138ea
@ -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