Strek
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
beta/src/components/MDX/ConsoleBlock.tsx
|
|
@ -44,7 +44,7 @@ function ConsoleBlock({level = 'error', children}: ConsoleBlockProps) { |
|
|
|
<Box className="bg-gray-300 dark:bg-gray-90" width="15px" /> |
|
|
|
</div> |
|
|
|
<div className="flex text-sm px-4"> |
|
|
|
<div className="border-b-2 border-gray-300 dark:border-gray-90"> |
|
|
|
<div className="border-b-2 border-gray-300 dark:border-gray-90 dark:text-gray-30 text-gray-50"> |
|
|
|
Console |
|
|
|
</div> |
|
|
|
<div className="px-4 py-2 flex"> |
|
|
|