Skip to content

Commit 2c1f905

Browse files
chore: update text color of console block (reactjs#5666)
1 parent 41be527 commit 2c1f905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/components/MDX/ConsoleBlock.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function ConsoleBlock({level = 'error', children}: ConsoleBlockProps) {
4444
<Box className="bg-gray-300 dark:bg-gray-90" width="15px" />
4545
</div>
4646
<div className="flex text-sm px-4">
47-
<div className="border-b-2 border-gray-300 dark:border-gray-90">
47+
<div className="border-b-2 border-gray-300 dark:border-gray-90 dark:text-gray-30 text-gray-50">
4848
Console
4949
</div>
5050
<div className="px-4 py-2 flex">

0 commit comments

Comments
 (0)