Skip to content

Commit

Permalink
Fix: Wrapped ref in quotes in theme.json docs (#54591)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush-Deshmukh authored Sep 19, 2023
1 parent 8076b0f commit 83d76e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to-guides/themes/theme-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ You can use `ref: "styles.color.background"` to re-use the style for a block:
```JSON
{
"color": {
"text": { ref: "styles.color.background" }
"text": { "ref": "styles.color.background" }
}
}
```
Expand Down

0 comments on commit 83d76e1

Please sign in to comment.