Skip to content

Commit

Permalink
fix: prose heading issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RamK777-stack committed May 26, 2024
1 parent cf8e475 commit 3d3f0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export default function Editor({ saveData, content, onlyReadable }: PropTypes) {
</div>
)}

<div className='prose max-w-none' id='editorjs'></div>
<div className='prose max-w-none dark:text-white' id='editorjs'></div>
</div>
{!onlyReadable && (
<div className='flex justify-center mt-10'>
Expand Down

0 comments on commit 3d3f0d4

Please sign in to comment.