@archeion/ngx-schema-builder 1.0.2 → 1.0.3

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.
@@ -7181,7 +7181,7 @@ class JsonjoyEditorDirective {
7181
7181
  overflow: 'auto',
7182
7182
  },
7183
7183
  '.cm-gutters': {
7184
- backgroundColor: 'transparent',
7184
+ backgroundColor: 'var(--jsonjoy-color-background, #ffffff)',
7185
7185
  border: 'none',
7186
7186
  color: 'var(--jsonjoy-color-muted-foreground)',
7187
7187
  },