We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2c0ed commit b92831dCopy full SHA for b92831d
packages/appkit/src/partials/w3m-connecting-qrcode/index.tsx
@@ -21,7 +21,7 @@ import { ReownButton } from './components/ReownButton';
21
import { useWindowDimensions } from 'react-native';
22
23
const LOGO_SIZE = 60;
24
-const LOGO_BORDER_RADIUS = 20;
+const LOGO_BORDER_RADIUS = 10;
25
26
export function ConnectingQrCode() {
27
const { height, width } = useWindowDimensions();
0 commit comments