opus-toolkit-components 1.2.3 → 1.2.4

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.
@@ -3789,9 +3789,9 @@ function Card(_ref) {
3789
3789
  // Theme override
3790
3790
  const intentClasses = {
3791
3791
  default: 'bg-[--color-primary-bg] text-[--color-text-weak]',
3792
- info: 'bg-[--color-util-blue-200] text-[--color-text-strong]',
3793
- success: 'bg-[--color-util-green-200] text-[--color-text-strong]',
3794
- error: 'bg-[--color-util-red-200] text-[--color-text-strong]',
3792
+ info: 'bg-[--color-util-blue-200] text-[--color-black] border-[--color-util-blue]',
3793
+ success: 'bg-[--color-util-green-200] text-[--color-black] border-[--color-util-green]',
3794
+ error: 'bg-[--color-util-red-200] text-[--color-text-black] border-[--color-util-red]',
3795
3795
  brand: 'bg-[--color-brand-primary] text-[--color-white]',
3796
3796
  brandSecondary: 'bg-[--color-brand-secondary] text-[--color-white]'
3797
3797
  };