@dataloop-ai/components 0.20.58 → 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
|
@@ -224,7 +224,7 @@ export default defineComponent({
|
|
|
224
224
|
}
|
|
225
225
|
},
|
|
226
226
|
computed: {
|
|
227
|
-
isStudioMode() {
|
|
227
|
+
isStudioMode(): boolean {
|
|
228
228
|
return this.layoutMode === 'studio'
|
|
229
229
|
},
|
|
230
230
|
minW(): number {
|
|
@@ -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-
|
|
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
|
}
|