diff --git a/app/components/WormholeConnection.module.css b/app/components/WormholeConnection.module.css index 0338d65..9150b09 100644 --- a/app/components/WormholeConnection.module.css +++ b/app/components/WormholeConnection.module.css @@ -1,5 +1,7 @@ .wormholeqr { width: 400px; + padding: 10px; + background-color: white; } .qrcodecontainer {