mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-05-04 15:13:43 +03:00
9 lines
291 B
JavaScript
9 lines
291 B
JavaScript
export default colors => ({
|
|
fontFamily: "'Roboto', sans-serif",
|
|
codeFontFamily: "'Roboto Mono', monospace",
|
|
inputPadding: 5,
|
|
inputBorderRadius: 0,
|
|
inputBorderColor: `transparent transparent ${colors.base02}`,
|
|
inputFocusedStyle: `box-shadow: inset 0 -2px 0 ${colors.base0D};`
|
|
});
|