@dataloop-ai/components 0.20.254 → 0.20.255

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": "@dataloop-ai/components",
3
- "version": "0.20.254",
3
+ "version": "0.20.255",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -1467,6 +1467,10 @@ export default defineComponent({
1467
1467
  ::v-deep .dl-icon {
1468
1468
  color: var(--dell-blue-500);
1469
1469
  }
1470
+
1471
+ .dl-input__adornment-container--clear ::v-deep .dl-icon {
1472
+ color: var(--dl-icon-color);
1473
+ }
1470
1474
  }
1471
1475
 
1472
1476
  &--error {