[Aggregator | angular-14]: angular.json: Merged with origin/master | canada-custom.less: Set background for active buttons - merged with origin/master

This commit is contained in:
Konstantina Galouni 2022-10-20 23:39:46 +03:00
commit 3ae3be6649
2 changed files with 2 additions and 0 deletions

View File

@ -301,6 +301,7 @@
}
}
},
"defaultProject": "aggregator",
"cli": {
"analytics": false
}

View File

@ -11,6 +11,7 @@
@button-primary-background: @aggregator-color;
@inverse-button-primary-background: @aggregator-color;
@button-primary-hover-background: @aggregator-secondary-color;
@button-primary-active-background: @aggregator-secondary-color;
/* Background */
@background-primary-background: @aggregator-color;