@granto-umbrella/umbrella-components 3.0.13 → 3.0.14

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@granto-umbrella/umbrella-components",
3
- "version": "3.0.13",
3
+ "version": "3.0.14",
4
4
  "description": "Umbrella Components for React",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -119,7 +119,7 @@ export const List = styled.ol`
119
119
  list-style: none;
120
120
  margin: 0;
121
121
  padding: 0;
122
- gap: 32px;
122
+ gap: 8px;
123
123
  display: flex;
124
124
  flex-direction: column;
125
125
  `;