@acorex/styles 3.0.30 → 3.0.35

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": "@acorex/styles",
3
- "version": "3.0.30",
3
+ "version": "3.0.35",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/scss/menu.scss CHANGED
@@ -172,7 +172,7 @@
172
172
 
173
173
  &.nav-vertical {
174
174
  max-width: 220px;
175
-
175
+ background-color: var(--ax-white-color);
176
176
  ul {
177
177
  top: 0;
178
178
  left: -9999px;
@@ -4,7 +4,7 @@ $white: #fff;
4
4
  $black: #000;
5
5
  $primary: #3b82f6;
6
6
  $secondary: #ec4899;
7
- $gray: #e0e0e0;
7
+ $gray: #bbbbbb;
8
8
  $success: #10b981;
9
9
  $info: #8b5cf6;
10
10
  $warning: #f59e0b;