File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/modal/src/ui/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ function ButtonWallet(props: ButtonWalletProps) {
4343 onClick = { handleBtnClick }
4444 >
4545 < div className = "w3a--flex w3a--items-center w3a--gap-x-2" >
46- < figure className = { button . icon ? "w3a--size-5" : "w3a--size-5 w3a--rounded-full w3a--bg-app-gray-300" } >
46+ < figure className = "w3a--size-5" >
4747 < Image
4848 imageData = { button . icon }
4949 imageId = { `login-${ button . name } ` }
Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ function Login(props: LoginProps) {
420420 { t ( "modal.external.installed" ) }
421421 </ span >
422422 ) }
423- < figure className = { wallet . icon ? "w3a--size-5" : "w3a--size-5 w3a--rounded-full w3a--bg-app-gray-300" } >
423+ < figure className = "w3a--size-5" >
424424 < Image
425425 imageData = { wallet . icon }
426426 imageId = { `login-${ wallet . name } ` }
You can’t perform that action at this time.
0 commit comments