Improve inspect popups

This commit is contained in:
Lukas Martinelli
2016-12-25 17:46:18 +01:00
parent 720c8f108b
commit e1bc2a321a
8 changed files with 133 additions and 55 deletions

View File

@@ -3,6 +3,7 @@ import ScrollContainer from './ScrollContainer'
import theme from '../config/theme'
import colors from '../config/colors'
import { fontSizes } from '../config/scales'
class AppLayout extends React.Component {
static propTypes = {
@@ -18,7 +19,7 @@ class AppLayout extends React.Component {
getChildContext() {
return {
reactIconBase: { size: 14 }
reactIconBase: { size: fontSizes[3] }
}
}