Commit 1f9dd250 authored by tom's avatar tom

update dots

parent 6716d993
<svg viewBox="0 0 20 4" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg viewBox="0 0 18 4" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="2" cy="2" r="2" fill="currentColor"/>
<circle cx="10" cy="2" r="2" fill="currentColor"/>
<circle cx="18" cy="2" r="2" fill="currentColor"/>
<circle cx="9" cy="2" r="2" fill="currentColor"/>
<circle cx="16" cy="2" r="2" fill="currentColor"/>
</svg>
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment