mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 13:38:38 +00:00
Remove bg-muted from markdown
This commit is contained in:
@@ -20,7 +20,7 @@ type Props = {
|
||||
};
|
||||
export default function Markdown({ content }: Props) {
|
||||
return (
|
||||
<div className='markdown w-full rounded-[var(--radius)] bg-muted p-3'>
|
||||
<div className='markdown w-full rounded-[var(--radius)] p-3'>
|
||||
<ReactMarkdown
|
||||
className='w-full'
|
||||
disallowedElements={["script"]}
|
||||
|
||||
Reference in New Issue
Block a user