File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -140,13 +140,14 @@ export default function Modal(props: ModalProps) {
140140 const isExternalPrimary = modalState . socialLoginsConfig ?. uiConfig ?. primaryButton === "externalLogin" ;
141141
142142 const externalWalletButton = (
143- < div className = "w3ajs-external-wallet w3a-group" >
143+ < div className = "w3ajs-external-wallet w3a-group w3a--w-full " >
144144 < div className = "w3a-external-toggle w3ajs-external-toggle" >
145145 { /* <div className="w3a-group__title">{t("modal.external.title")}</div> */ }
146146 < Button
147147 variant = { isExternalPrimary ? "primary" : "tertiary" }
148148 type = "button"
149- className = "w-full w3ajs-external-toggle__button"
149+ className = "w3a--w-full w3ajs-external-toggle__button"
150+ style = { { width : "100%" } }
150151 onClick = { ( ) => {
151152 setModalState ( ( prevState ) => {
152153 return {
Original file line number Diff line number Diff line change 347347}
348348
349349# w3a-modal .w3a-external-toggle {
350- @apply w3a--block;
350+ @apply w3a--block !w 3 a--w-full ;
351351}
352352
353353# w3a-modal .w3a-external-toggle .w3a-external-toggle--hidden {
You can’t perform that action at this time.
0 commit comments