@lambo-design/shared 1.0.0-beta.83 → 1.0.0-beta.85

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.
@@ -117,7 +117,6 @@
117
117
  --menu-dark-group-title-color : @menu-dark-group-title-color;
118
118
  --date-picker-cell-hover-bg : @date-picker-cell-hover-bg;
119
119
 
120
-
121
120
  --shadow-color : @shadow-color;
122
121
  --shadow-base : @shadow-base;
123
122
  --shadow-card : @shadow-card;
@@ -344,7 +343,7 @@
344
343
  --date-picker-width : @date-picker-width;
345
344
 
346
345
 
347
- /*vxe-table*/
346
+ /*vxe-table*/
348
347
 
349
348
 
350
349
  /*font*/
@@ -72,7 +72,7 @@
72
72
  @component-background : #fff;
73
73
  @font-family : "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
74
74
  @code-family : Consolas,Menlo,Courier,monospace;
75
- @title-color : #17233d;
75
+ @title-color : fade(@black, 45%);
76
76
  @text-color : #515a6e;
77
77
  @text-color-secondary: fade(@black, 45%);
78
78
  @heading-color: fade(#000, 85%);
@@ -108,7 +108,7 @@
108
108
  @table-td-hover-bg : #ebf7ff;
109
109
  @table-td-highlight-bg : #ebf7ff;
110
110
  @menu-dark-title : #333333;
111
- @menu-dark-active-bg : #363e4f;
111
+ @menu-dark-active-bg : fade(#000, 85%);
112
112
  @menu-dark-subsidiary-color : rgba(255,255,255,.7);
113
113
  @menu-dark-group-title-color : rgba(255,255,255,.36);
114
114
  @date-picker-cell-hover-bg : #e1f0fe;