Skip to content

Commit

Permalink
fix: 修复 backtop 组件颜色 (#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
PengYYYYY authored Aug 16, 2023
1 parent e71bd21 commit 354d9a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions style/web/components/back-top/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
box-shadow: @back-top-box-shadow;
visibility: hidden;
opacity: 0;
color: @back-top-text-color;

&__text {
font: @font-body-small;
Expand Down
1 change: 1 addition & 0 deletions style/web/components/back-top/_var.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
@back-top-text-color-light: @text-color-secondary;
@back-top-text-color-primary: @text-color-anti;
@back-top-text-color-dark: @text-color-anti;
@back-top-text-color: @text-color-primary;

@back-top-icon-color-light: @text-color-primary;
@back-top-icon-color-primary: @text-color-anti;
Expand Down

0 comments on commit 354d9a1

Please sign in to comment.