@luscii-healthtech/web-ui 35.4.0 → 35.5.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.
@@ -2424,7 +2424,7 @@ const Avatar = ({ color = "slate", size = "medium", applyGroupOffset, src, alt,
2424
2424
  "-ui-ml-[calc(theme('spacing.6')/4)]": size === "xsmall" && applyGroupOffset
2425
2425
  });
2426
2426
  const colorClassName = classNames__default.default({
2427
- "ui-bg-slate-100 ui-text-on-surface": color === "slate",
2427
+ "ui-bg-neutral-200 ui-text-on-surface": color === "slate",
2428
2428
  "ui-bg-primary ui-text-white": color === "primary"
2429
2429
  });
2430
2430
  const containerClassName = classNames__default.default(className, sizeClassName, groupOffsetClassNames, colorClassName, "ui-flex ui-items-center ui-justify-center");