Commit 55f07d94 authored by tom's avatar tom

update mobile screenshots

parent 0ee20d51
...@@ -63,6 +63,7 @@ const AddressFavoriteButton = ({ className, hash, watchListId }: Props) => { ...@@ -63,6 +63,7 @@ const AddressFavoriteButton = ({ className, hash, watchListId }: Props) => {
size="sm" size="sm"
pl="6px" pl="6px"
pr="6px" pr="6px"
flexShrink={ 0 }
onClick={ handleClick } onClick={ handleClick }
icon={ <Icon as={ watchListId ? starFilledIcon : starOutlineIcon } boxSize={ 5 }/> } icon={ <Icon as={ watchListId ? starFilledIcon : starOutlineIcon } boxSize={ 5 }/> }
onFocusCapture={ usePreventFocusAfterModalClosing() } onFocusCapture={ usePreventFocusAfterModalClosing() }
......
...@@ -96,7 +96,6 @@ const TxsContent = ({ ...@@ -96,7 +96,6 @@ const TxsContent = ({
<AddressCsvExportLink <AddressCsvExportLink
address={ currentAddress } address={ currentAddress }
params={{ type: 'transactions', filterType: 'address', filterValue }} params={{ type: 'transactions', filterType: 'address', filterValue }}
ml={ 2 }
isLoading={ query.pagination.isLoading } isLoading={ query.pagination.isLoading }
/> />
) : null ) : null
......
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