cloud-ide-element 1.1.46 → 1.1.48

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": "cloud-ide-element",
3
- "version": "1.1.46",
3
+ "version": "1.1.48",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"
@@ -219,7 +219,7 @@ $sizes: xxs, xs, sm, md, lg, xl;
219
219
  z-index: 1;
220
220
  margin-left: 8px;
221
221
  margin-right: 8px;
222
- background-color: white;
222
+ background-color: var(--cide-ele-bg-primary, var(--cide-theme-light-color, #ffffff));
223
223
  padding-left: 2px;
224
224
  padding-right: 2px;
225
225
  padding-top: 0px;