dce-reactkit 3.6.12 → 3.6.13
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/esm/index.js
CHANGED
|
@@ -41384,7 +41384,7 @@ const MultiSwitch = (props) => {
|
|
|
41384
41384
|
});
|
|
41385
41385
|
// Highlight behind selected option
|
|
41386
41386
|
const highlight = (React__default.createElement("div", { className: "MultiSwitch-highlight bg-warning d-inline-block" }));
|
|
41387
|
-
return (React__default.createElement("div", { className: "MultiSwitch-outer-box alert alert-dark" },
|
|
41387
|
+
return (React__default.createElement("div", { className: "MultiSwitch-outer-box alert alert-dark m-0" },
|
|
41388
41388
|
React__default.createElement("style", null, style),
|
|
41389
41389
|
React__default.createElement("div", { className: "MultiSwitch-options-container" }, optionElements),
|
|
41390
41390
|
React__default.createElement("div", { className: "MultiSwitch-highlight-container" }, highlight)));
|