More colours
This commit is contained in:
parent
2d97c17f72
commit
15b791cd43
|
@ -25,7 +25,8 @@ module.exports = {
|
|||
...defaultConfig,
|
||||
colors: colors,
|
||||
textColors: colors,
|
||||
borderColors: colors,
|
||||
backgroundColors: colors,
|
||||
borderColors: Object.assign({ default: colors['grey-light'] }, colors),
|
||||
fonts: {
|
||||
...defaultConfig.fonts,
|
||||
'mono': [
|
||||
|
|
Loading…
Reference in a new issue