@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
package/public/css/styles.css
CHANGED
|
@@ -6499,7 +6499,12 @@ override built-in Image component classes */
|
|
|
6499
6499
|
align-items: center;
|
|
6500
6500
|
}
|
|
6501
6501
|
|
|
6502
|
-
.ads-StatusLabel-icon--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
|
}
|