1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

UX: Fix Display Property in NFTs (#20066)

This commit is contained in:
David Walsh 2023-07-18 12:47:27 -05:00 committed by GitHub
parent e75535ddfb
commit be469db9a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ exports[`NFT Details should match minimal props and state snapshot 1`] = `
data-testid="nft-item" data-testid="nft-item"
> >
<div <div
class="mm-box mm-badge-wrapper nft-item__badge-wrapper" class="mm-box mm-badge-wrapper nft-item__badge-wrapper mm-box--display-block"
> >
<img <img
alt="MUNK #1 1" alt="MUNK #1 1"

View File

@ -41,7 +41,7 @@ export const NftItem = ({
})} })}
anchorElementShape={BadgeWrapperAnchorElementShape.circular} anchorElementShape={BadgeWrapperAnchorElementShape.circular}
positionObj={{ top: -4, right: -4 }} positionObj={{ top: -4, right: -4 }}
display={Display.BLOCK} display={Display.Block}
badge={ badge={
<AvatarNetwork <AvatarNetwork
className="nft-item__network-badge" className="nft-item__network-badge"