Skip to content

Commit

Permalink
Merge pull request #23 from vtexdocs/style/imageContainer
Browse files Browse the repository at this point in the history
style: update-lightbox-imageContainer
  • Loading branch information
carolinamenezes authored May 13, 2024
2 parents 34cd6b4 + 42c4933 commit ce209da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5472,6 +5472,7 @@ function useClickOutside(ref, openModal) {
var imageContainer = {
cursor: "pointer",
borderRadius: "5px",
width: "fit-content",
mt: "16px",
mb: "24px",
transition: "0.3s",
Expand Down
2 changes: 1 addition & 1 deletion dist/index.mjs.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/components/lightbox/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { SxStyleProp } from '@vtex/brand-ui'
const imageContainer: SxStyleProp = {
cursor: 'pointer',
borderRadius: '5px',
width: 'fit-content',
mt: '16px',
mb: '24px',
transition: '0.3s',
Expand Down

0 comments on commit ce209da

Please sign in to comment.