@oliasoft-open-source/react-ui-library 3.0.5 → 3.1.0
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10715,7 +10715,7 @@ const Actions = (props) => {
|
|
|
10715
10715
|
if (!hidden2) {
|
|
10716
10716
|
if (action2.childComponent && React__default.isValidElement(action2.childComponent)) {
|
|
10717
10717
|
return /* @__PURE__ */ jsx(Button$1, {
|
|
10718
|
-
colored: "muted",
|
|
10718
|
+
colored: action2.primary ? true : "muted",
|
|
10719
10719
|
round: true,
|
|
10720
10720
|
basic: true,
|
|
10721
10721
|
small: true,
|