rajinwonderland / react-code-blocks

React code blocks and code snippet components
https://react-code-blocks.rajinwonderland.vercel.app
MIT License
611 stars 82 forks source link

How to remove the wrapping background? #59

Open Nithur-M opened 2 years ago

Nithur-M commented 2 years ago

I want to use this code block component with my custom background. How to remove the built-in bg wrapper for the code block?

Aksent commented 1 year ago

You can override the theme:

const overrideDraculaTheme = { ...dracula, backgroundColor: 'transparent' };