We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708b985 commit 0356bfbCopy full SHA for 0356bfb
src/Preview.tsx
@@ -128,7 +128,7 @@ export const Preview: FC = () => {
128
</p>
129
<div className="flex flex-col gap-2">
130
{output.parser_logs?.map((log, index) => (
131
- <p key={index} className="-indent-4 pl-4">
+ <p key={index} className="-indent-4 pl-4 text-content-primary">
132
{log.time} {log.level}: {log.msg} - {log.err}
133
134
))}
0 commit comments