@loafmarkets/ui 0.1.421 → 0.1.422

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
@@ -8807,7 +8807,7 @@ var LoginPopup = ({
8807
8807
  }
8808
8808
  return null;
8809
8809
  };
8810
- var Overlay2 = styled10__default.default.div`
8810
+ var Overlay2 = styled10__default.default.div.attrs({ role: "dialog", "aria-modal": "true" })`
8811
8811
  position: fixed;
8812
8812
  top: 0;
8813
8813
  left: 0;