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/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/styles/big-calendar.scss +1 -1
package/package.json
CHANGED
@@ -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-
|
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;
|