chore: minor refactor in theme.ts

This commit is contained in:
Roman Hotsiy 2020-07-25 18:42:35 +03:00
parent c9596d4b6c
commit 1976dd4ee2
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -146,8 +146,8 @@ const defaultTheme: ThemeInterface = {
}, },
}, },
logo: { logo: {
maxHeight: ({ sidebar: menu }) => menu.width, maxHeight: ({ sidebar }) => sidebar.width,
maxWidth: ({ sidebar: menu }) => menu.width, maxWidth: ({ sidebar }) => sidebar.width,
gutter: '2px', gutter: '2px',
}, },
rightPanel: { rightPanel: {