@riosst100/pwa-marketplace 2.1.9 → 2.2.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@riosst100/pwa-marketplace",
3
3
  "author": "riosst100@gmail.com",
4
- "version": "2.1.9",
4
+ "version": "2.2.0",
5
5
  "main": "src/index.js",
6
6
  "pwa-studio": {
7
7
  "targets": {
@@ -547,7 +547,7 @@ const ProductFullDetail = props => {
547
547
  'py-xs flex justify-between flex-wrap gap-y-5'
548
548
  )}
549
549
  >
550
- <div className='flex flex-col gap-y-5 max-w-[448px]'>
550
+ <div className='flex flex-col gap-y-3 max-w-[448px]'>
551
551
  <div className='flex flex-col gap-y-3'>
552
552
  <p
553
553
  data-cy="ProductFullDetail-productPrice"
@@ -14,7 +14,7 @@
14
14
  composes: block from global;
15
15
  composes: font-semibold from global;
16
16
  composes: leading-normal from global;
17
- composes: mb-xs from global;
17
+ composes: mb-3 from global;
18
18
  composes: text-colorDefault from global;
19
19
  }
20
20