Skip to content

Commit b92831d

Browse files
chore: changed border radius of qr code
1 parent 0e2c0ed commit b92831d

File tree

1 file changed

+1
-1
lines changed
  • packages/appkit/src/partials/w3m-connecting-qrcode

1 file changed

+1
-1
lines changed

packages/appkit/src/partials/w3m-connecting-qrcode/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { ReownButton } from './components/ReownButton';
2121
import { useWindowDimensions } from 'react-native';
2222

2323
const LOGO_SIZE = 60;
24-
const LOGO_BORDER_RADIUS = 20;
24+
const LOGO_BORDER_RADIUS = 10;
2525

2626
export function ConnectingQrCode() {
2727
const { height, width } = useWindowDimensions();

0 commit comments

Comments
 (0)