This commit is contained in:
Nate Kelley 2025-08-07 12:18:26 -06:00
parent 48c34235cb
commit 26b3fd0d88
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 6 deletions

View File

@ -147,12 +147,7 @@ export const CustomStyling: Story = {
language: 'sql',
isDarkMode: false,
showLineNumbers: true,
className: 'shadow-lg',
customStyle: {
backgroundColor: '#f8f8f8',
borderRadius: '12px',
padding: '20px'
}
className: 'shadow-lg'
}
};