Skip to content

Commit

Permalink
padding
Browse files Browse the repository at this point in the history
  • Loading branch information
vidman22 committed May 9, 2021
1 parent e0d2a3f commit ef5254a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InfoModal/InfoModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function ShareLinkModal({ visible, onDismiss }: Props) {
<div className={cssBackDropClasses.join(' ')} onClick={onDismiss}></div>;
<div className={cssClasses.join(' ')}>
<div className='relative'>
<button style={{ top: '0rem', right: '-1rem' }} className='absolute' onClick={onDismiss}>
<button style={{ top: '0rem', right: '0rem' }} className='absolute' onClick={onDismiss}>
<XIcon className='h-5 w-5 text-gray-900 hover:text-green-500 duration-75 transition-all' />
</button>
</div>
Expand Down

0 comments on commit ef5254a

Please sign in to comment.