Skip to content

Commit

Permalink
fix: revision textarea background color (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara authored Apr 11, 2022
1 parent d1df913 commit 290c3ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const SelectedRevisionContent: FunctionComponent<SelectedRevisionContentP
{selectedRevision.payload.content.text.length ? (
<textarea
readOnly={true}
className="w-full h-full resize-none p-4 pt-0 border-0 color-text text-editor font-editor"
className="w-full h-full resize-none p-4 pt-0 border-0 bg-default color-text text-editor font-editor"
>
{selectedRevision.payload.content.text}
</textarea>
Expand Down

0 comments on commit 290c3ba

Please sign in to comment.