Skip to content

Commit

Permalink
Unset responsive icon sizes so they inherit by default
Browse files Browse the repository at this point in the history
  • Loading branch information
oakesjosh committed Jul 3, 2024
1 parent c8768dc commit 1102402
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions src/blocks/header/children/off-canvas-trigger/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@
"default": 25
},
"iconSizeTablet": {
"type": "number",
"default": 0
"type": "number"
},
"iconSizeMobile": {
"type": "number",
"default": 0
"type": "number"
},
"iconColor": {
"type": "string",
Expand Down
6 changes: 2 additions & 4 deletions src/blocks/header/children/off-canvas/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,10 @@
"default": 25
},
"closeIconSizeTablet": {
"type": "number",
"default": 0
"type": "number"
},
"closeIconSizeMobile": {
"type": "number",
"default": 0
"type": "number"
},
"closeIconColor": {
"type": "string",
Expand Down

0 comments on commit 1102402

Please sign in to comment.