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.mjs CHANGED
@@ -743,7 +743,8 @@ const createStyles$3 = (theme) => {
743
743
  backdrop: {
744
744
  flex: 1,
745
745
  justifyContent: "center",
746
- alignItems: "center"
746
+ alignItems: "center",
747
+ backgroundColor: "rgba(0, 0, 0, 0.3)"
747
748
  },
748
749
  box: {
749
750
  width: 148,