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