@natoora-libs/core 0.2.6 → 0.2.7

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.
@@ -8987,30 +8987,24 @@ var TableDesktopFooter = ({
8987
8987
  borderTop: `1px solid ${colors.neutral300}`
8988
8988
  },
8989
8989
  children: [
8990
- refetchData ? /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)(
8990
+ refetchData ? /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
8991
8991
  import_material77.Button,
8992
8992
  {
8993
8993
  disableRipple: true,
8994
- variant: "outlined",
8994
+ variant: "text",
8995
8995
  onClick: () => refetchData(),
8996
8996
  disabled: isFetching,
8997
8997
  sx: {
8998
8998
  ml: 1,
8999
- gap: 1,
9000
- borderRadius: 25,
9001
- color: colors.neutral800,
9002
- borderColor: colors.neutral600
8999
+ gap: 1
9003
9000
  },
9004
- children: [
9005
- /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
9006
- import_Refresh.default,
9007
- {
9008
- fontSize: "small",
9009
- color: isFetching ? "disabled" : "primary"
9010
- }
9011
- ),
9012
- "REFRESH"
9013
- ]
9001
+ children: /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
9002
+ import_Refresh.default,
9003
+ {
9004
+ fontSize: "small",
9005
+ color: isFetching ? "disabled" : "info"
9006
+ }
9007
+ )
9014
9008
  }
9015
9009
  ) : null,
9016
9010
  /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)(import_material77.Box, { sx: { display: "flex", ml: "auto", py: 1 }, children: [