File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 5858
5959 .wallets-section {
6060 width : 100% ;
61- border-radius : 16 px ;
61+ border-radius : var ( --onboard-border-radius-3 , var ( --border-radius-3 )) ;
6262 }
6363
6464 .p5 {
117117
118118 .network-container {
119119 margin : 0 1px 1px 1px ;
120- border-radius : 15 px ;
120+ border-radius : var ( --onboard-border-radius-3 , var ( --border-radius-3 )) ;
121121 color : var (--onboard-gray-500 , var (--gray-500 ));
122122 }
123123
Original file line number Diff line number Diff line change 4747 }
4848
4949 button .wallet-button-styling {
50- border-radius : var (--onboard-wallet-button-border-radius , var (--border-radius-1 ));
50+ border-radius : var (
51+ --onboard-wallet-button-border-radius ,
52+ var (--border-radius-1 )
53+ );
5154 box-shadow : var (--onboard-wallet-button-box-shadow , var (--box-shadow-0 ));
5255 }
5356 </style >
Original file line number Diff line number Diff line change 104104 portis,
105105 torus,
106106 gnosis,
107- dcent
107+ dcent
108108 ],
109109 chains: [
110110 {
Original file line number Diff line number Diff line change 2323 "typescript" : " ^4.5.5"
2424 },
2525 "dependencies" : {
26- "@web3-onboard/core" : " ^2.2.11-alpha.2 " ,
26+ "@web3-onboard/core" : " ^2.2.11-alpha.3 " ,
2727 "@web3-onboard/common" : " ^2.1.0-alpha.1" ,
2828 "use-sync-external-store" : " 1.0.0"
2929 },
You can’t perform that action at this time.
0 commit comments