mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3017]Update app (#3897)
* Add test * Added some checks to the test * Remove a method that is not used anymore * Fix lint issues * Rebase * lock file * update pacakge.json
This commit is contained in:
committed by
Eugenio Romano
parent
36a150af4f
commit
ed7ce4574a
@@ -100,12 +100,14 @@ exports.THEMING = {
|
||||
exports.APP_COLOR = {
|
||||
BLUE: "rgba(38, 154, 188, 1)",
|
||||
GREY: "rgba(105, 108, 103, 1)",
|
||||
ORANGE: "rgba(250, 185, 108, 1)"
|
||||
ORANGE: "rgba(250, 185, 108, 1)",
|
||||
RED: "rgba(199, 78, 62, 1)"
|
||||
};
|
||||
|
||||
exports.APP_ICON = {
|
||||
FAVORITE: "favorite_border",
|
||||
UNIT: "ac_unit"
|
||||
UNIT: "ac_unit",
|
||||
USER: "person"
|
||||
};
|
||||
|
||||
exports.PROCESS_END_DATE = "No date";
|
||||
|
Reference in New Issue
Block a user