From 4cc619691282c7a733adf5ae608c6fbde4896fbc Mon Sep 17 00:00:00 2001 From: Anon dev Date: Tue, 19 Sep 2023 15:59:15 -0400 Subject: [PATCH] fix: slight color difference in modal --- wormhole-connect/src/components/Modal.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/wormhole-connect/src/components/Modal.tsx b/wormhole-connect/src/components/Modal.tsx index 611ab8995..1d3cd7565 100644 --- a/wormhole-connect/src/components/Modal.tsx +++ b/wormhole-connect/src/components/Modal.tsx @@ -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: {