@bwp-web/components 1.0.7 → 1.0.8

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/index.js CHANGED
@@ -677,7 +677,9 @@ function BiampAppPopover({
677
677
  sx: {
678
678
  borderRadius: "16px",
679
679
  backgroundImage: "none",
680
- border: ({ palette }) => `0.6px solid ${palette.divider}`,
680
+ outlineWidth: "0.6px",
681
+ outlineStyle: "solid",
682
+ outlineColor: ({ palette }) => palette.divider,
681
683
  boxShadow: ({ palette }) => `0px 4px 24px 0px ${alpha(palette.common.black, 0.15)};`
682
684
  }
683
685
  }