adjusted resizing and env's
This commit is contained in:
@@ -46,10 +46,7 @@ export class AppComponent implements OnInit {
|
||||
moment.locale('de');
|
||||
|
||||
this.config = {
|
||||
colors: {
|
||||
primary: env.guilloche.colors.primary,
|
||||
secondary: env.guilloche.colors.secondary,
|
||||
},
|
||||
...env.config,
|
||||
...env.formDefaults
|
||||
};
|
||||
this.configForm = ConfigForm;
|
||||
|
||||
@@ -18,7 +18,7 @@ export const environment = {
|
||||
production: true,
|
||||
debug: false,
|
||||
animation: false,
|
||||
guilloche: {
|
||||
config: {
|
||||
colors: {
|
||||
secondary: '#F8485E',
|
||||
primary: '#5CC0C7'
|
||||
|
||||
@@ -18,11 +18,12 @@ export const environment = {
|
||||
production: false,
|
||||
debug: false,
|
||||
animation: false,
|
||||
guilloche: {
|
||||
config: {
|
||||
colors: {
|
||||
primary: '#129490',
|
||||
secondary: '#CE1483'
|
||||
}
|
||||
},
|
||||
autoSize: true
|
||||
},
|
||||
formDefaults: {
|
||||
width: 1,
|
||||
|
||||
Reference in New Issue
Block a user