@bindu-dashing/dam-solution 1.0.0 → 1.0.1
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.
|
@@ -360,12 +360,11 @@ function ImagePickerFilters(_ref) {
|
|
|
360
360
|
}
|
|
361
361
|
}), (state === null || state === void 0 ? void 0 : state.selectedFileUrl) && /*#__PURE__*/_react.default.createElement("div", {
|
|
362
362
|
style: {
|
|
363
|
-
|
|
364
|
-
backgroundSize: "16px 16px",
|
|
365
|
-
backgroundPosition: "0 0, 0 8px, 8px -8px, -8px 0px",
|
|
363
|
+
background: "repeating-conic-gradient(#c0c0c0 0% 25%, #ffffff 0% 50%) 50% / 20px 20px",
|
|
366
364
|
display: "inline-block",
|
|
367
365
|
marginTop: "10px",
|
|
368
|
-
borderRadius: "10px"
|
|
366
|
+
borderRadius: "10px",
|
|
367
|
+
padding: "10px"
|
|
369
368
|
}
|
|
370
369
|
}, /*#__PURE__*/_react.default.createElement("img", {
|
|
371
370
|
src: state === null || state === void 0 ? void 0 : state.selectedFileUrl,
|