Skip to content

Commit

Permalink
update dots
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed Jan 26, 2024
1 parent 6716d99 commit 1f9dd25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions icons/dots.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions ui/shared/AccountActionsMenu/AccountActionsMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ const AccountActionsMenu = ({ isLoading, className }: Props) => {
size="sm"
variant="outline"
colorScheme="gray"
px="6px"
px="7px"
onClick={ handleButtonClick }
icon={ <IconSvg name="dots" boxSize={ 5 }/> }
icon={ <IconSvg name="dots" boxSize="18px"/> }
/>
</Skeleton>
<MenuList minWidth="180px" zIndex="popover">
Expand Down

0 comments on commit 1f9dd25

Please sign in to comment.