Skip to content

Commit a9d109c

Browse files
committed
btn fix
1 parent aa71305 commit a9d109c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ui/src/components/Modal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ export default function Modal(props: ModalProps) {
147147
variant={isExternalPrimary ? "primary" : "tertiary"}
148148
type="button"
149149
className="w3a--w-full w3ajs-external-toggle__button"
150+
style={{ width: "100%" }}
150151
onClick={() => {
151152
setModalState((prevState) => {
152153
return {

0 commit comments

Comments
 (0)