@dataloop-ai/components 0.20.215 → 0.20.216

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.215",
3
+ "version": "0.20.216",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -292,11 +292,11 @@ export default defineComponent({
292
292
  width: 100%;
293
293
  background-color: var(--dl-color-panel-background);
294
294
  border: 1px solid var(--dl-color-separator);
295
- color: var(--dl-color-darker);
296
- border-radius: 2px;
295
+ color: var(--dell-gray-200);
297
296
  display: flex;
298
297
  flex-direction: column;
299
298
  z-index: var(--dialog-z-index);
299
+ box-shadow: 0 8px 8px 0 var(--dell-shadow, rgba(0, 0, 0, 0.14));
300
300
 
301
301
  &--fullscreen {
302
302
  margin: 0;