Skip to content

Commit

Permalink
releases 4.1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Sep 19, 2024
1 parent 8be4770 commit 928c8a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-pc-ui",
"version": "4.1.28",
"version": "4.1.29",
"description": "A vue based PC component library",
"scripts": {
"update": "npm install --legacy-peer-deps",
Expand Down
10 changes: 4 additions & 6 deletions styles/theme/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@

color-scheme: dark;

$vxe-ui-font-color: #a0a3a7;

/*font color*/
--vxe-ui-font-color: #{$vxe-ui-font-color};
--vxe-ui-font-tinge-color: #33353b; // 浅色字体颜色
--vxe-ui-font-lighten-color: #{lighten($vxe-ui-font-color, 10%)};
--vxe-ui-font-darken-color: #{darken($vxe-ui-font-color, 10%)};
--vxe-ui-font-color: #a0a3a7;
--vxe-ui-font-tinge-color: #33353b;
--vxe-ui-font-lighten-color: #797b80;
--vxe-ui-font-darken-color: #47494c;
--vxe-ui-font-disabled-color: #BFBFBF;

/*font status color*/
Expand Down
10 changes: 4 additions & 6 deletions styles/theme/light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@
$vxe-ui-status-danger-color: #f56c6c;
$vxe-ui-status-error-color: #f56c6c;

$vxe-ui-font-color: #606266;

/*font color*/
--vxe-ui-font-color: #{$vxe-ui-font-color};
--vxe-ui-font-tinge-color: #d4d5d7; // 浅色字体颜色
--vxe-ui-font-lighten-color: #{lighten($vxe-ui-font-color, 10%)};
--vxe-ui-font-darken-color: #{darken($vxe-ui-font-color, 10%)};
--vxe-ui-font-color: #606266;
--vxe-ui-font-tinge-color: #d4d5d7;
--vxe-ui-font-lighten-color: #797b80;
--vxe-ui-font-darken-color: #47494c;
--vxe-ui-font-disabled-color: #BFBFBF;

/*font status color*/
Expand Down

0 comments on commit 928c8a1

Please sign in to comment.