Skip to content

Commit

Permalink
Remove left margin from the icon box
Browse files Browse the repository at this point in the history
  • Loading branch information
david0xd committed Sep 25, 2023
1 parent 3531382 commit 3c836fe
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ui/components/ui/tabs/snaps/dropdown-tab/dropdown-tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,7 @@ export const DropdownTab = ({
>
{selectedOptionName}
</Text>
<Box
marginLeft={2}
paddingLeft={1}
paddingRight={1}
onClick={openDropdown}
>
<Box paddingLeft={1} paddingRight={1} onClick={openDropdown}>
<Icon name={IconName.ArrowDown} size={IconSize.Sm} />
</Box>
</Box>
Expand Down

0 comments on commit 3c836fe

Please sign in to comment.