Skip to content

Commit 5141175

Browse files
authored
fix(web): editor text color when the browser's in light mode (#3405)
1 parent b36dc3d commit 5141175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/app/editor/example-shell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function ExampleShell({
2525
<p className="text-sm text-slate-11 mb-4">{description}</p>
2626
</>
2727
)}
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">
28+
<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">
2929
{children}
3030
</div>
3131
</div>

0 commit comments

Comments
 (0)