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 27d5dd9 commit 549b50bCopy full SHA for 549b50b
src/Preview.tsx
@@ -1,6 +1,5 @@
1
import { Button } from "@/components/Button";
2
import { ResizablePanel } from "@/components/Resizable";
3
-import { useTheme } from "@/contexts/theme";
4
import {
5
type Diagnostic,
6
type InternalDiagnostic,
@@ -274,7 +273,7 @@ type ErroBlockPorps = {
274
273
};
275
const ErrorBlock: FC<ErroBlockPorps> = ({ diagnostic }) => {
276
return (
277
- <div className="rounded-xl bg-surface-tertiary p-3 font-mono text-content-primary text-sm leading-normal">
+ <div className="w-full rounded-xl bg-surface-tertiary p-3 font-mono text-content-primary text-sm leading-normal">
278
<p
279
className={cn(
280
"text-content-destructive",
0 commit comments