@onereach/ui-components 4.3.10-beta.2655.0 → 4.3.10-beta.2657.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.
@@ -6,7 +6,7 @@ const ModalRoot = [
6
6
  // Shape
7
7
  'md:rounded-md',
8
8
  // Spacing
9
- 'gap-md md:gap-lg',
9
+ 'py-md md:py-lg', 'gap-md md:gap-lg',
10
10
  // Typography
11
11
  'typography-body-2-regular',
12
12
  // Theme
@@ -28,7 +28,7 @@ const ModalHeader = [
28
28
  // Layout
29
29
  'layout-row',
30
30
  // Spacing
31
- 'px-md md:px-lg', 'pt-md md:pt-lg',
31
+ 'px-md md:px-lg',
32
32
  // Typography
33
33
  'typography-headline-2'];
34
34
  const ModalContent = [
@@ -38,6 +38,6 @@ const ModalContent = [
38
38
  'px-md md:px-lg'];
39
39
  const ModalFooter = [
40
40
  // Spacing
41
- 'px-md md:px-lg', 'pb-md md:pb-lg'];
41
+ 'px-md md:px-lg'];
42
42
 
43
43
  export { ModalContent, ModalFooter, ModalHeader, ModalRoot, ModalRootSizes };