Skip to content

Commit

Permalink
[feat] ✨ improve close button (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
dappsar committed Nov 1, 2024
1 parent 423b7cc commit 50b136f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sections/nfts/nft-item-share.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ export default function NftItemShare({ nftId, nftData }: NftItemClaimProps) {
</Box>
</DialogContent>
<DialogActions>
<Button onClick={handleTriggerShare}>{t('nfts.share.close')}</Button>
<Button variant='outlined' color='inherit' onClick={handleTriggerShare}>
{t('common.close')}
</Button>
</DialogActions>
</Dialog>
</Stack>
Expand Down

0 comments on commit 50b136f

Please sign in to comment.