@dataloop-ai/components 0.20.59 → 0.20.60

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.59",
3
+ "version": "0.20.60",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -325,7 +325,7 @@ export default defineComponent({
325
325
  alignItems: 'center',
326
326
  borderRadius: '2px',
327
327
  border: this.collapseBorder,
328
- background: 'var(--dl-color-component, #30363D)',
328
+ background: 'var(--dl-color-bg, #30363D)',
329
329
  boxShadow:
330
330
  '0px 4px 4px 0px var(--dl-color-shadow, rgba(27, 30, 34, 0.24))'
331
331
  }