mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +03:00
fix that
This commit is contained in:
parent
e4f5761fda
commit
b37681ed72
|
@ -1,7 +1,6 @@
|
||||||
import {
|
import {
|
||||||
Base16Theme,
|
Base16Theme,
|
||||||
createStyling,
|
createStyling,
|
||||||
Styling,
|
|
||||||
StylingConfig,
|
StylingConfig,
|
||||||
} from 'react-base16-styling';
|
} from 'react-base16-styling';
|
||||||
import solarized from './themes/solarized';
|
import solarized from './themes/solarized';
|
||||||
|
@ -56,7 +55,7 @@ const getDefaultThemeStyling = (theme: Base16Theme): StylingConfig => {
|
||||||
backgroundColor: colors.BACKGROUND_COLOR,
|
backgroundColor: colors.BACKGROUND_COLOR,
|
||||||
},
|
},
|
||||||
|
|
||||||
value: ({ style }, nodeType, keyPath: (string | number)[]): Styling => ({
|
value: ({ style }, nodeType, keyPath: (string | number)[]) => ({
|
||||||
style: {
|
style: {
|
||||||
...style,
|
...style,
|
||||||
paddingTop: '0.25em',
|
paddingTop: '0.25em',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user