Change $company->primary_color to #298AAB
This commit is contained in:
parent
6e4c4fb458
commit
e8e1e138ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue