Skip to content

Commit

Permalink
feat(SNW-178): Add background to CTA Button component (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
gildardoSOD authored Apr 24, 2023
1 parent 63920db commit 5fdafdc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .strapi-updater.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"latest": "4.9.2",
"lastUpdateCheck": 1682097786833,
"lastUpdateCheck": 1682362912628,
"lastNotification": 1681487174267
}
9 changes: 7 additions & 2 deletions src/components/dynamics/cta-button.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
"images"
]
},
"background_color": {
"type": "string"
"button_color": {
"type": "string",
"required": false
},
"margin_top": {
"type": "enumeration",
Expand Down Expand Up @@ -75,6 +76,10 @@
"type": "string",
"maxLength": 30,
"required": false
},
"background_color": {
"type": "string",
"required": false
}
}
}

0 comments on commit 5fdafdc

Please sign in to comment.