Open Nithur-M opened 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?
You can override the theme:
const overrideDraculaTheme = { ...dracula, backgroundColor: 'transparent' };
I want to use this code block component with my custom background. How to remove the built-in bg wrapper for the code block?