Remove bg-muted from markdown

This commit is contained in:
mbaharip
2024-04-07 12:03:02 +07:00
parent efccdc9ba0
commit abc5d65f13
+1 -1
View File
@@ -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"]}