dhre-ui-kit 0.0.345 → 0.0.346

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/lib/index.js CHANGED
@@ -779,7 +779,8 @@ const createStyles$3 = (theme) => {
779
779
  backdrop: {
780
780
  flex: 1,
781
781
  justifyContent: "center",
782
- alignItems: "center"
782
+ alignItems: "center",
783
+ backgroundColor: "rgba(0, 0, 0, 0.3)"
783
784
  },
784
785
  box: {
785
786
  width: 148,