From 9d80f3f1d62c17815c46eb71a5a26567791c23a5 Mon Sep 17 00:00:00 2001 From: Strek Date: Sat, 11 Mar 2023 01:58:19 +0530 Subject: [PATCH] chore: update text color of console block --- beta/src/components/MDX/ConsoleBlock.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/beta/src/components/MDX/ConsoleBlock.tsx b/beta/src/components/MDX/ConsoleBlock.tsx index 2ec393f03..55e7ef365 100644 --- a/beta/src/components/MDX/ConsoleBlock.tsx +++ b/beta/src/components/MDX/ConsoleBlock.tsx @@ -40,33 +40,33 @@ function ConsoleBlock({level = 'error', children}: ConsoleBlockProps) { return (
-
+
-
-
+
+
Console
-
+
- - + +
- {level === 'error' && } - {level === 'warning' && } + {level === 'error' && } + {level === 'warning' && }
{message}