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