We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c082c9a commit 98321b0Copy full SHA for 98321b0
1 file changed
src/ExportRenderer.tsx
@@ -57,7 +57,7 @@ const ExportRenderer = React.forwardRef<HTMLDivElement, ExportRendererProps>(({
57
}
58
{query?.mode === "ra" ? (
59
<div
60
- className="font-serif text-xl w-full bg-slate-200 max-w-4xl min-h-40 my-2 p-3 rounded"
+ className="font-serif text-2xl text-left w-full bg-white max-w-4xl min-h-40 my-2 p-3 rounded border border-gray-300"
61
dangerouslySetInnerHTML={{ __html: renderRAPreview(query.code) }}
62
/>
63
) : (
0 commit comments