@conveyorhq/arrow-ds 1.26.0 → 1.27.0

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
@@ -2,7 +2,7 @@
2
2
  "name": "@conveyorhq/arrow-ds",
3
3
  "author": "Conveyor",
4
4
  "license": "MIT",
5
- "version": "1.26.0",
5
+ "version": "1.27.0",
6
6
  "description": "Arrow Design System",
7
7
  "repository": "https://github.com/conveyor/arrow-ds",
8
8
  "publishConfig": {
@@ -6499,7 +6499,12 @@ override built-in Image component classes */
6499
6499
  align-items: center;
6500
6500
  }
6501
6501
 
6502
- .ads-StatusLabel-icon--default, .ads-StatusLabel-label--default {
6502
+ .ads-StatusLabel-icon--default {
6503
+ --tw-text-opacity: 1;
6504
+ color: rgba(222, 231, 238, var(--tw-text-opacity));
6505
+ }
6506
+
6507
+ .ads-StatusLabel-label--default {
6503
6508
  --tw-text-opacity: 1;
6504
6509
  color: rgba(71, 104, 125, var(--tw-text-opacity));
6505
6510
  }