Skip to content

Commit

Permalink
fix: slight color difference in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
anondev2323 authored and evan-gray committed Sep 19, 2023
1 parent 669e13c commit 4cc6196
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wormhole-connect/src/components/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const useStyles = makeStyles<{ width: number }>()((theme: any, { width }) => ({
margin: '20px auto',
padding: '24px 12px',
},
background: 'rgba(255,255,255,.02)',
maxHeight: 'calc( 100vh - 80px )',
},
close: {
Expand Down

0 comments on commit 4cc6196

Please sign in to comment.