Skip to content

Commit

Permalink
[ACS-5521] Create to primary and upload to secondary button color cha…
Browse files Browse the repository at this point in the history
…nge in ACA (#3302)
  • Loading branch information
arohilaGL committed Jun 28, 2023
1 parent caff4a3 commit 4aee82c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/aca-content/assets/app.extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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": [
{
Expand Down

0 comments on commit 4aee82c

Please sign in to comment.