@shohojdhara/atomix 0.4.3 → 0.4.4

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/forms.js CHANGED
@@ -1599,17 +1599,9 @@ function useAtomixGlass({glassRef: glassRef, contentRef: contentRef, wrapperRef:
1599
1599
  }) ]
1600
1600
  }), withBorder && jsxs(Fragment, {
1601
1601
  children: [ jsx("span", {
1602
- className: ATOMIX_GLASS.BORDER_1_CLASS,
1603
- style: {
1604
- width: glassSize.width,
1605
- height: glassSize.height
1606
- }
1602
+ className: ATOMIX_GLASS.BORDER_1_CLASS
1607
1603
  }), jsx("span", {
1608
- className: ATOMIX_GLASS.BORDER_2_CLASS,
1609
- style: {
1610
- width: glassSize.width,
1611
- height: glassSize.height
1612
- }
1604
+ className: ATOMIX_GLASS.BORDER_2_CLASS
1613
1605
  }) ]
1614
1606
  }) ]
1615
1607
  });