Skip to content

Commit

Permalink
chore: minor refactor in theme.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Jul 25, 2020
1 parent c9596d4 commit 1976dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ const defaultTheme: ThemeInterface = {
},
},
logo: {
maxHeight: ({ sidebar: menu }) => menu.width,
maxWidth: ({ sidebar: menu }) => menu.width,
maxHeight: ({ sidebar }) => sidebar.width,
maxWidth: ({ sidebar }) => sidebar.width,
gutter: '2px',
},
rightPanel: {
Expand Down

0 comments on commit 1976dd4

Please sign in to comment.