raise-common-lib 0.0.116 → 0.0.117

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raise-common-lib",
3
- "version": "0.0.116",
3
+ "version": "0.0.117",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^8.2.3 || ^9.0.0",
6
6
  "@angular/core": "^8.2.3 || ^9.0.0"
@@ -220,7 +220,7 @@
220
220
  padding: 2px 12px;
221
221
  border-top: 0;
222
222
  border-bottom: 1px solid #eaedf0;
223
- color: var(--rs-text-color);
223
+ color: var(--rs-text-color) !important;
224
224
  font-family: Arial;
225
225
  font-size: var(--rs-grid-row-cell-font-size);
226
226
  font-weight: 400;