We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa71305 commit a9d109cCopy full SHA for a9d109c
packages/ui/src/components/Modal.tsx
@@ -147,6 +147,7 @@ export default function Modal(props: ModalProps) {
147
variant={isExternalPrimary ? "primary" : "tertiary"}
148
type="button"
149
className="w3a--w-full w3ajs-external-toggle__button"
150
+ style={{ width: "100%" }}
151
onClick={() => {
152
setModalState((prevState) => {
153
return {
0 commit comments