Skip to content

Commit

Permalink
Unbold the description syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorblades committed Apr 28, 2022
1 parent 55baa6a commit 7caf858
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/spicy-radios-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@apollo/chakra-helpers": patch
---

unbold the description syntax
6 changes: 0 additions & 6 deletions packages/chakra-helpers/src/prism.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@ export function usePrismTheme(): PrismTheme {
style: {
color: yellow[isDark ? 'light' : 'darker']
}
},
{
types: ['description'],
style: {
fontWeight: 'bold'
}
}
]
};
Expand Down

0 comments on commit 7caf858

Please sign in to comment.