@luscii-healthtech/web-ui 44.8.1 → 45.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.
@@ -2459,7 +2459,7 @@ const StyledCheckbox = React__namespace.default.forwardRef((props, ref) => {
2459
2459
  // Disabled styles
2460
2460
  "ui:disabled:border-border-neutral-primary-disabled",
2461
2461
  // Disabled and checked styles
2462
- "ui:disabled:checked:bg-background-brand-primary-disabled",
2462
+ "ui:disabled:checked:bg-icon-brand-primary-disabled",
2463
2463
  // Checked and hovered styles
2464
2464
  "ui:checked:hover:bg-icon-brand-primary-hover",
2465
2465
  "ui:transition-colors ui:duration-150 ui:ease-in-out",