Skip to content

Commit

Permalink
feat: shift down 5px
Browse files Browse the repository at this point in the history
  • Loading branch information
pbullhove committed Nov 17, 2023
1 parent aba8de1 commit 035d849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dm-core-plugins/src/header/HeaderPlugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export default (props: IUIPlugin): React.ReactElement => {
onClick={() => {
setAppSelectorOpen(!appSelectorOpen)
}}
style={{ paddingTop: '5px' }}
>
<Icon data={menu} size={32} title="Menu" />
</ClickableIcon>
Expand Down

0 comments on commit 035d849

Please sign in to comment.