@arco-themes/vue-slead 0.0.3 → 0.0.4

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": "@arco-themes/vue-slead",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "",
5
5
  "author": "chowchiihang",
6
6
  "owners": [],
package/tokens.less CHANGED
@@ -2679,11 +2679,11 @@
2679
2679
  @menu-width-collapse-button: 24px;
2680
2680
  @menu-height-collapse-button: 24px;
2681
2681
  @menu-border-radius-collapse-button: var(--border-radius-small);
2682
- @menu-light-color-bg: var(--color-menu-light-bg);
2683
- @menu-light-color-bg-item_default: var(--color-menu-light-bg);
2682
+ @menu-light-color-bg: #ffffff;
2683
+ @menu-light-color-bg-item_default: #ffffff;
2684
2684
  @menu-light-color-bg-item_hover: var(--color-fill-2);
2685
- @menu-light-color-bg-item_selected: var(--color-fill-2);
2686
- @menu-light-color-bg-item_disabled: var(--color-menu-light-bg);
2685
+ @menu-light-color-bg-item_selected: rgb(var(--primary-1));
2686
+ @menu-light-color-bg-item_disabled: #ffffff;
2687
2687
  @menu-light-color-item_default: var(--color-text-2);
2688
2688
  @menu-light-color-item_hover: var(--color-text-2);
2689
2689
  @menu-light-color-item_selected: rgb(var(--primary-6));
package/variables.less CHANGED
@@ -817,3 +817,6 @@
817
817
  @message-border-radius: @border-radius-medium;
818
818
  @message-normal-color-border: @color-transparent;
819
819
  @message-border-width: @border-none;
820
+ @menu-light-color-bg: @color-bg-white;
821
+ @menu-light-color-bg-item_default: @color-bg-white;
822
+ @menu-light-color-bg-item_selected: @color-primary-1;