ros.grant.common 2.0.1574 → 2.0.1575

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.
@@ -174,19 +174,19 @@ hr {
174
174
  }
175
175
 
176
176
  .color-positive {
177
- color: var(--system-text-positive);
177
+ color: var(--system-text-positive) !important;
178
178
  }
179
179
 
180
180
  .color-attention {
181
- color: var(--system-text-attention);
181
+ color: var(--system-text-attention) !important;
182
182
  }
183
183
 
184
184
  .color-negative {
185
- color: var(--system-text-negative);
185
+ color: var(--system-text-negative) !important;
186
186
  }
187
187
 
188
188
  .color-brand {
189
- color: var(--brand-bg-primary-default);
189
+ color: var(--brand-bg-primary-default) !important;
190
190
  }
191
191
 
192
192
  .bg-accent {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1574",
2
+ "version": "2.0.1575",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {