Commit 7d480494 authored by lynn's avatar lynn Committed by GitHub

fix: enlarge pfp icon (#5076)

* init

* init

* fix
parent 5caed66b
...@@ -924,7 +924,7 @@ export const CornerDownLeftIcon = (props: SVGProps) => ( ...@@ -924,7 +924,7 @@ export const CornerDownLeftIcon = (props: SVGProps) => (
) )
export const FilterIcon = (props: SVGProps) => ( export const FilterIcon = (props: SVGProps) => (
<svg width="20" height="20" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> <svg width="20" height="20" viewBox="1 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
<path <path
d="M18.3332 2.5H1.6665L8.33317 10.3833V15.8333L11.6665 17.5V10.3833L18.3332 2.5Z" d="M18.3332 2.5H1.6665L8.33317 10.3833V15.8333L11.6665 17.5V10.3833L18.3332 2.5Z"
stroke="currentColor" stroke="currentColor"
......
...@@ -19,7 +19,7 @@ export const ProfileAccountDetails = () => { ...@@ -19,7 +19,7 @@ export const ProfileAccountDetails = () => {
return account ? ( return account ? (
<Row className={headlineLarge} marginBottom="48" gap="4"> <Row className={headlineLarge} marginBottom="48" gap="4">
<Identicon size={44} /> <Identicon size={60} />
<Box textOverflow="ellipsis" overflow="hidden" marginLeft="8"> <Box textOverflow="ellipsis" overflow="hidden" marginLeft="8">
{ENSName ?? shortenAddress(account)} {ENSName ?? shortenAddress(account)}
</Box> </Box>
......
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