raise-common-lib 0.0.71 → 0.0.72

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.
@@ -55,6 +55,6 @@
55
55
  --rs-grid-header-cell-font-size: 10px; // grid header cell font size
56
56
  --rs-grid-row-height: 28px;
57
57
  --rs-grid-row-cell-font-size: 11px; // grid row cell font size
58
- --rs-grid-row-hover-bg: rgba(31, 123, 255, 0.04); // grid row hover color
59
- --rs-grid-row-active-bg: rgba(31, 123, 255, 0.08); // grid row active color
58
+ --rs-grid-row-hover-bg: #f6faff; // grid row hover color
59
+ --rs-grid-row-active-bg: #edf5ff; // grid row active color
60
60
  }