fix(js themes): add base themes properties into admin themes

This commit is contained in:
Sergey Andrievskiy 2019-06-21 15:27:20 +03:00
parent 77dc3ab83d
commit b71e7afc6d
3 changed files with 4 additions and 3 deletions

View file

@ -45,8 +45,8 @@ const theme = {
export const DEFAULT_THEME = {
name: 'default',
base: null,
variables: {
...theme,
temperature: {
arcFill: [ theme.primary, theme.primary, theme.primary, theme.primary, theme.primary ],