mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-5521] Create to primary and upload to secondary button color change in ACA (#3302)
This commit is contained in:
@@ -273,7 +273,8 @@
|
||||
"title": "APP.HEADER.BUTTONS.CREATE",
|
||||
"description": "APP.HEADER.BUTTONS.CREATE_TOOLTIP",
|
||||
"data": {
|
||||
"menuType": "stroked-button"
|
||||
"menuType": "flat-button",
|
||||
"color": "primary"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
@@ -340,8 +341,7 @@
|
||||
"title": "APP.HEADER.BUTTONS.UPLOAD",
|
||||
"description": "APP.HEADER.BUTTONS.UPLOAD_TOOLTIP",
|
||||
"data": {
|
||||
"menuType": "flat-button",
|
||||
"color": "primary"
|
||||
"menuType": "stroked-button"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user