@sustaina/shared-ui 1.40.1 → 1.40.2

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.mjs CHANGED
@@ -10355,7 +10355,8 @@ var FormulaEditor = ({
10355
10355
  {
10356
10356
  type: "button",
10357
10357
  onClick: () => insertOperator(operator.value),
10358
- className: "min-w-10 rounded-sm px-3 bg-sus-blue-3",
10358
+ variant: "cottonBlue",
10359
+ className: "min-w-10 rounded-sm px-3",
10359
10360
  disabled: isEditorDisabled,
10360
10361
  children: operator.label
10361
10362
  },