We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b36dc3d commit 5141175Copy full SHA for 5141175
1 file changed
apps/web/src/app/editor/example-shell.tsx
@@ -25,7 +25,7 @@ export function ExampleShell({
25
<p className="text-sm text-slate-11 mb-4">{description}</p>
26
</>
27
)}
28
- <div className="example-shell-content focus-visible:outline-none border border-slate-4 rounded-xl p-4 flex-1 min-h-[350px] flex flex-col grow">
+ <div className="example-shell-content dark focus-visible:outline-none border border-slate-4 rounded-xl p-4 flex-1 min-h-[350px] flex flex-col grow">
29
{children}
30
</div>
31
0 commit comments