rsuite 5.46.0 → 5.46.1

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.
@@ -538,7 +538,7 @@
538
538
  --rs-progress-bar-success: var(--rs-color-green);
539
539
  --rs-progress-bar-fail: var(--rs-color-red);
540
540
  --rs-placeholder: var(--rs-gray-600);
541
- --rs-placeholder-active: hsl(from var(--rs-gray-600) h s calc(l + l * 0.2));
541
+ --rs-placeholder-active: var(--rs-gray-500);
542
542
  --rs-breadcrumb-item-active-text: #fff;
543
543
  --rs-dropdown-divider: var(--rs-gray-600);
544
544
  --rs-dropdown-item-bg-hover: var(--rs-gray-600);
@@ -880,7 +880,7 @@
880
880
  --rs-progress-bar-success: var(--rs-color-green);
881
881
  --rs-progress-bar-fail: var(--rs-color-red);
882
882
  --rs-placeholder: var(--rs-gray-600);
883
- --rs-placeholder-active: hsl(from var(--rs-gray-600) h s calc(l + l * 0.2));
883
+ --rs-placeholder-active: var(--rs-gray-500);
884
884
  --rs-breadcrumb-item-active-text: #fff;
885
885
  --rs-dropdown-divider: var(--rs-gray-600);
886
886
  --rs-dropdown-item-bg-hover: var(--rs-gray-600);