Skip to content

Commit

Permalink
Match icon spacing to dev portal
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-desmond committed Feb 26, 2024
1 parent ab9b676 commit ec61205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ui/ShareModal/ShareModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ export default function ShareModal() {

return (
<div>
<Button variant={'ghost'} onClick={onOpen}>Share</Button>
<Button onClick={onOpen}>Share</Button>

<Modal isOpen={isOpen} onClose={onClose}>
<ModalOverlay />
<ModalContent>
<ModalHeader>Share Your Migration Advisor Results</ModalHeader>
<ModalCloseButton />
<ModalBody mb={2}>
<HStack mb={2} justifyContent={'center'}>
<HStack mb={2} justifyContent={'center'} gap={4} >
<WhatsappShareButton
url={shareUrl}
title={shareText}>
Expand Down

0 comments on commit ec61205

Please sign in to comment.