@charcoal-ui/react 3.0.0 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -1450,7 +1450,6 @@ var DialogContainer = styled11.div`
1450
1450
  var ModalDialog = animated(styled11.div`
1451
1451
  position: relative;
1452
1452
  margin: auto;
1453
- padding: 24px 0;
1454
1453
 
1455
1454
  ${theme((o) => [o.bg.background1, o.borderRadius(24)])}
1456
1455
  @media ${({ theme: theme3 }) => maxWidth(theme3.breakpoint.screen1)} {