Skip to content

Commit

Permalink
Merge pull request #1648 from TokkoLabs/development
Browse files Browse the repository at this point in the history
Release 23.12.11
  • Loading branch information
bsabatino authored Dec 11, 2023
2 parents 414eede + 805799d commit a034b90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,4 +345,4 @@



window['STORIES'] = [];</script><script src="runtime~main.4da3e916.iframe.bundle.js"></script><script src="vendors~main.d1d2af4a.iframe.bundle.js"></script><script src="main.d430f221.iframe.bundle.js"></script></body></html>
window['STORIES'] = [];</script><script src="runtime~main.4da3e916.iframe.bundle.js"></script><script src="vendors~main.d1d2af4a.iframe.bundle.js"></script><script src="main.4e331688.iframe.bundle.js"></script></body></html>

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/modal/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const Modal = ({
right: '-7px',
display: 'grid',
placeItems: 'center',
padding: '3px 0px 0px 1px',
padding: '0px 0px 0px 1px',
cursor: 'pointer',
boxShadow: '4px 4px 12px 0px rgba(87, 95, 99, 0.25)',
}}
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/test/__snapshots__/Modal.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ exports[`Modal renders correctly 1`] = `
right: -7px;
display: grid;
place-items: center;
padding: 3px 0px 0px 1px;
padding: 0px 0px 0px 1px;
cursor: pointer;
box-shadow: 4px 4px 12px 0px rgba(87,95,99,0.25);
}
Expand Down

0 comments on commit a034b90

Please sign in to comment.