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
43c2b22132
commit
c440b02aee
|
@ -86,7 +86,7 @@ function StackFrameCodeBlock(props: StackFrameCodeBlockPropsType) {
|
||||||
}
|
}
|
||||||
// $FlowFixMe
|
// $FlowFixMe
|
||||||
applyStyles(node as HTMLElement, {
|
applyStyles(node as HTMLElement, {
|
||||||
backgroundColor: main ? theme.base02 : theme.base01,
|
backgroundColor: '#e0e0e0',
|
||||||
});
|
});
|
||||||
// eslint-disable-next-line
|
// eslint-disable-next-line
|
||||||
break oLoop;
|
break oLoop;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user