mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-04 20:03:19 +03:00
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:
parent
c440b02aee
commit
2608a0b5f5
|
@ -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[];
|
||||
|
|
Loading…
Reference in New Issue
Block a user