mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
fix: make field type color more dark (closes #439)
This commit is contained in:
parent
cbce28aec3
commit
d27e61a1f7
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user