Update backgroundColor in StackFrameCodeBlock

The change updated the backgroundColor of StackFrameCodeBlock component in redux-devtools-inspector-monitor-trace-tab package to '#e0e0e0'. The new color scheme contributes to improved readability and overall component appearance.
This commit is contained in:
Iliya Brook 2024-03-05 02:21:37 +02:00
parent c440b02aee
commit 2608a0b5f5

View File

@ -13,7 +13,6 @@ import { ScriptLine } from '../utils/stack-frame';
import generateAnsiHTML from '../utils/generateAnsiHTML';
import { codeFrameColumns } from '@babel/code-frame';
import { nicinabox as theme } from 'redux-devtools-themes';
interface StackFrameCodeBlockPropsType {
lines: ScriptLine[];