sccoreui 5.9.30 → 5.9.32

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.
Files changed (2) hide show
  1. package/dist/App.scss +1 -1
  2. package/package.json +1 -1
package/dist/App.scss CHANGED
@@ -1902,7 +1902,7 @@ button[aria-expanded="true"] {
1902
1902
  border-bottom: 1px solid var(--gray-200);
1903
1903
  }
1904
1904
  .ag-row-odd {
1905
- background-color: var(--gray-25);
1905
+ background-color: var(--gray-25) !important;
1906
1906
  }
1907
1907
  .ag-row:focus {
1908
1908
  background-color: var(--gray-100);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "5.9.30",
3
+ "version": "5.9.32",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",