rsuite 5.83.0 → 5.83.2

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.
@@ -13827,6 +13827,10 @@ textarea.rs-inline-edit-sm .rs-plaintext {
13827
13827
  color: #8f1300;
13828
13828
  color: var(--rs-red-900);
13829
13829
  }
13830
+ .rs-stat-trend-equal {
13831
+ color: #004299;
13832
+ color: var(--rs-primary-900);
13833
+ }
13830
13834
  .rs-stat-trend-default {
13831
13835
  padding: 2px 6px;
13832
13836
  }
@@ -13838,6 +13842,10 @@ textarea.rs-inline-edit-sm .rs-plaintext {
13838
13842
  background-color: #fccfcf;
13839
13843
  background-color: var(--rs-red-100);
13840
13844
  }
13845
+ .rs-stat-trend-default.rs-stat-trend-equal {
13846
+ background-color: #cce9ff;
13847
+ background-color: var(--rs-primary-100);
13848
+ }
13841
13849
  .rs-stat-trend-subtle.rs-stat-trend-up {
13842
13850
  color: #37ab3c;
13843
13851
  color: var(--rs-green-600);
@@ -13846,6 +13854,10 @@ textarea.rs-inline-edit-sm .rs-plaintext {
13846
13854
  color: #eb3626;
13847
13855
  color: var(--rs-red-600);
13848
13856
  }
13857
+ .rs-stat-trend-subtle.rs-stat-trend-equal {
13858
+ color: #2589f5;
13859
+ color: var(--rs-primary-600);
13860
+ }
13849
13861
  .rs-stat-help-text {
13850
13862
  color: #717273;
13851
13863
  color: var(--rs-text-secondary);