Skip to content

Commit

Permalink
remove unnecessary padding on settings icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Slavetinsky committed Oct 19, 2023
1 parent 9e60e9f commit 4301d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lenses/SequenceLens/MenuBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const MenuBar: FunctionComponent<Props> = ({
return (
<Styles>
<div data-test-tag="sequenceview-settings-dropdown">
<Dropdown content={settingsMenu} tw="p-4">
<Dropdown content={settingsMenu}>
<SettingsIcon />
</Dropdown>
</div>
Expand Down

0 comments on commit 4301d92

Please sign in to comment.