Fix layer scrolling

This commit is contained in:
lukasmartinelli
2016-09-09 12:08:33 +02:00
parent 1ae5594d9a
commit 4ad0d09cee
4 changed files with 32 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ const border = {
const dark = {
name: 'Dark',
color: colors.white,
fontFamily: 'Roboto, sans-serif',
fontFamily: 'Open Sans Bold, sans-serif',
scale,
fontSizes,
colors,
@@ -53,10 +53,12 @@ const dark = {
borderLeft: 0,
borderRight: 0,
marginBottom: 0,
paddingBottom: 0,
},
PanelHeader: {
marginRight: -10,
fontSize: fontSizes[4],
marginBottom: 0,
fontSize: fontSizes[5],
fontWeight: 400,
color: colors.white,
},