ros.grant.common 2.0.1027 → 2.0.1028

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.
@@ -473,32 +473,32 @@
473
473
  svg {
474
474
  &.fill {
475
475
  path {
476
- fill: var(--Secondary);
476
+ fill: var(--Secondary) !important;
477
477
  }
478
478
 
479
479
  circle {
480
- fill: var(--Secondary);
480
+ fill: var(--Secondary) !important;
481
481
  }
482
482
 
483
483
  &-rect {
484
484
  rect {
485
- fill: var(--Secondary);
485
+ fill: var(--Secondary) !important;
486
486
  }
487
487
  }
488
488
  }
489
489
 
490
490
  &.stroke {
491
491
  path {
492
- stroke: var(--Secondary);
492
+ stroke: var(--Secondary) !important;
493
493
  }
494
494
 
495
495
  circle {
496
- stroke: var(--Secondary);
496
+ stroke: var(--Secondary) !important;
497
497
  }
498
498
 
499
499
  &-rect {
500
500
  rect {
501
- stroke: var(--Secondary);
501
+ stroke: var(--Secondary) !important;
502
502
  }
503
503
  }
504
504
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1027",
2
+ "version": "2.0.1028",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "description": "Collection of static files used by RosGrant awesome team",