next-helios-fe 1.8.128 → 1.8.129

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": "next-helios-fe",
3
- "version": "1.8.128",
3
+ "version": "1.8.129",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -427,7 +427,7 @@ button.rbc-input::-moz-focus-inner {
427
427
  z-index: 5;
428
428
  border: 1px solid var(--border-color-default);
429
429
  border-radius: 6px;
430
- background-color: var(--background-primary);
430
+ background-color: var(--background-secondary);
431
431
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
432
432
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
433
433
  padding: 10px;