rsuite 6.0.0-canary-20250320 → 6.0.0-canary-2025032014

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/rsuite.css CHANGED
@@ -14809,7 +14809,7 @@ kbd.rs-text {
14809
14809
  }
14810
14810
  .rs-picker-label.rs-input-group-addon {
14811
14811
  color: var(--rs-text-primary);
14812
- padding-inline-end: 4px !important;
14812
+ padding-inline: calc(var(--rs-input-group-inside-btn-padding) * 2 - var(--rs-picker-toggle-border-width));
14813
14813
  }
14814
14814
  .rs-picker-loader {
14815
14815
  width: var(--rs-picker-loader-size);