Colored layers

This commit is contained in:
lukasmartinelli
2016-09-09 18:53:57 +02:00
parent f0e61fd0be
commit bbf75876f3
9 changed files with 71 additions and 16 deletions

View File

@@ -41,7 +41,7 @@ const border = {
const dark = {
name: 'Dark',
color: colors.white,
fontFamily: 'Open Sans Bold, sans-serif',
fontFamily: 'Roboto, sans-serif',
scale,
fontSizes,
colors,
@@ -83,7 +83,11 @@ const dark = {
fontWeight: 400,
minHeight: scale[3]
},
Label: {
fontWeight: 300,
},
Input: {
fontWeight: 300,
fontSize: fontSizes[5],
},
}