Skip to content

Commit 98321b0

Browse files
committed
Fix RA preview in image exports: left-align, white background, larger text
1 parent c082c9a commit 98321b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ExportRenderer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const ExportRenderer = React.forwardRef<HTMLDivElement, ExportRendererProps>(({
5757
}
5858
{query?.mode === "ra" ? (
5959
<div
60-
className="font-serif text-xl w-full bg-slate-200 max-w-4xl min-h-40 my-2 p-3 rounded"
60+
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"
6161
dangerouslySetInnerHTML={{ __html: renderRAPreview(query.code) }}
6262
/>
6363
) : (

0 commit comments

Comments
 (0)