Skip to content

Commit

Permalink
fix(#2069): Updated top margin on modal buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ArakTaiRoth committed Sep 25, 2024
1 parent f7dc085 commit 03caddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/examples/modal/ModalExamples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export default function ModalExamples() {
open={warnCalloutModalOpen}
onClose={() => setWarnCalloutModalOpen(false)}
actions={
<GoAButtonGroup alignment="end" mt="l">
<GoAButtonGroup alignment="end">
<GoAButton type="primary" onClick={() => setWarnCalloutModalOpen(false)}>
I understand
</GoAButton>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/components/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export default function ModalPage() {
Lorem ipsum dolor sit amet consectetur adipisicing elit. Mollitia obcaecati id
molestiae, natus dicta, eaque qui iusto similique, libero explicabo eligendi eius
laboriosam! Repellendus ducimus officia asperiores. Eos, eius numquam.
<GoAButtonGroup alignment="end">
<GoAButtonGroup alignment="end" mt="xl">
<GoAButton type="tertiary" onClick={() => setOpen(false)}>
Cancel
</GoAButton>
Expand Down

0 comments on commit 03caddf

Please sign in to comment.