Skip to content

Commit

Permalink
[新增功能](develop): update
Browse files Browse the repository at this point in the history
  • Loading branch information
hocgin committed Dec 30, 2022
1 parent a463912 commit 5f6aa32
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Comment/style/Comment.UserAvatar.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
border-radius: 10px;
width: 20px;
height: 20px;
background-color: @primary-color;
background-color: @colorPrimary;
border: 1px solid rgba(255, 255, 255, .6);
color: #fff;
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions src/HtmlAnchor/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

@directory-prefix-cls: ~'@{hui-prefix}-directory';

@hover-after-color: @primary-color;
@hover-before-color: fade(@primary-color, 30%);
@hover-after-color: @colorPrimary;
@hover-before-color: fade(@colorPrimary, 30%);
@init-opacity: 0.25;

.@{directory-prefix-cls} {
Expand Down
2 changes: 1 addition & 1 deletion src/Video/style/index.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import (reference) '../../style/index.less';

@video-prefix-cls: ~'@{hui-prefix}-video';
@video-color: @primary-color;
@video-color: @colorPrimary;

.@{video-prefix-cls} {
//color: @video-color;
Expand Down
2 changes: 1 addition & 1 deletion src/style/themes/_antd.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@ant-prefix: ant;
@primary-color: #1677FF;
@colorPrimary: #1677FF;
@black: #000;
@back-top-color: #fff;
@back-top-hover-bg: fade(@black, 85%);
Expand Down

0 comments on commit 5f6aa32

Please sign in to comment.