@loomhq/lens 10.57.2 → 10.57.3

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.
@@ -89,7 +89,7 @@ const IconSection = styled.div `
89
89
  pointer-events: none;
90
90
  width: ${props => sizesStyles[props.size].width};
91
91
  // Width isn't equal to iconPadding because we want more space on the left than the right
92
- height: ${props => sizesStyles[props.size].height};
92
+ height: 100%;
93
93
  display: flex;
94
94
  align-items: center;
95
95
  justify-content: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loomhq/lens",
3
- "version": "10.57.2",
3
+ "version": "10.57.3",
4
4
  "scripts": {
5
5
  "dev": "next",
6
6
  "build:next": "next build",