Skip to content

Commit

Permalink
Style: Inherit border radius in live editor (#1689)
Browse files Browse the repository at this point in the history
Co-authored-by: Bret Cameron <bret@yulife.com>
  • Loading branch information
BretCameron and Bret Cameron committed Feb 3, 2022
1 parent 259898c commit ab327e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/gatsby-theme-docz/src/components/Playground/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const editor = theme => ({
'* > textarea:focus': {
outline: 'none',
},
borderRadius: 'inherit',
})

export const error = {
Expand Down

0 comments on commit ab327e3

Please sign in to comment.