Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Add color and typography styles on the mini cart title block (#9382)
Browse files Browse the repository at this point in the history
* feat: added color and typography supports on the mini cart title block

* refactor: remove background support for mini cart title block
  • Loading branch information
daniloparrajr authored May 8, 2023
1 parent 5aded61 commit 1832630
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
"multiple": false,
"reusable": false,
"inserter": false,
"lock": false
"lock": false,
"color": {
"text": true,
"background": false
},
"typography": {
"fontSize": true
}
},
"attributes": {
"lock": {
Expand Down

0 comments on commit 1832630

Please sign in to comment.