fix: make field type color more dark (closes #439)

This commit is contained in:
Roman Hotsiy 2018-03-20 16:18:25 +02:00
parent cbce28aec3
commit d27e61a1f7
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -29,7 +29,7 @@ const defaultTheme: ThemeInterface = {
schemaView: {
linesColor: theme => lighten(0.25, desaturate(0.35, theme.colors.main)),
defaultDetailsWidth: '75%',
typeNameColor: theme => transparentize(0.8, theme.colors.text),
typeNameColor: theme => transparentize(0.2, theme.colors.text),
typeTitleColor: theme => theme.schemaView.typeNameColor,
requireLabelColor: theme => theme.colors.error,
},